* ; Add a TODO for a future optimization
This commit is contained in:
parent
511415f6f6
commit
86cc9377ce
1 changed files with 3 additions and 0 deletions
|
@ -1973,6 +1973,9 @@ Prepare every function for final compilation and drive the C back-end."
|
|||
(comp-data-container-check (comp-ctxt-d-default comp-ctxt))
|
||||
(comp-data-container-check (comp-ctxt-d-impure comp-ctxt))
|
||||
(comp-data-container-check (comp-ctxt-d-ephemeral comp-ctxt))
|
||||
;; TODO: here we could optimize cleaning up objects present in the
|
||||
;; impure and or in the ephemeral container that are also in the
|
||||
;; default one.
|
||||
(unless comp-dry-run
|
||||
(comp--compile-ctxt-to-file name)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue