Skip to content
Snippets Groups Projects
Commit d201cc82 authored by ram's avatar ram
Browse files

Fixed comment in TN structure to describe new convention for save TN

conflict info.
parent 211e24b5
No related branches found
No related tags found
No related merge requests found
......@@ -861,9 +861,10 @@
;; :Save
;; :Save-Once
;; A TN used for saving a :Normal TN across function calls. The
;; lifetime information slots are copied from the saved TN. Save-Once
;; is like :Save, except that it is only save once at the single
;; writer of the original TN.
;; lifetime information slots are unitialized: get the original TN our
;; of the SAVE-TN slot and use it for conflicts. Save-Once is like
;; :Save, except that it is only save once at the single writer of the
;; original TN.
;;
;; :Load
;; A load-TN used to compute an argument or result that is restricted
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment