mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Added a big TODO
This commit is contained in:
parent
ff65b5d2ed
commit
78a786a7a5
1 changed files with 5 additions and 0 deletions
|
@ -1658,6 +1658,11 @@
|
|||
cv-name sep "elements[" (number->string i) "] = "
|
||||
(if (and (ref? (cdr (car vars)))
|
||||
(mutated-loop-var? (cdr (car vars))))
|
||||
TODO: don't want this, actually want the pair_type it is getting boxed into!
|
||||
might be able to save the local when an instance of (cell ...) is compiled and
|
||||
then ref it here (setting it back to #f) after. not pretty but would work to at
|
||||
least prove out the concept...
|
||||
;(tptr-type (mangle (gensym 'local)))
|
||||
(string-append "&" cv-name) ;; Self-ref
|
||||
(car (car vars)) )
|
||||
";\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue