Commit graph

6 commits

Author SHA1 Message Date
7e583b1337 refactor: + narrower interface for gc pointer forwarding
add AGCObjectVisitor, instead of requiring ACollector.
2026-04-05 23:53:02 -04:00
e179c9795b refactor: rename shallow_copy -> shallow_move + streamline
Use RCollector.std_copy_for where appropriate
2026-04-04 16:33:35 -04:00
bd88f441fc refactor: rename GCObject.shallow_copy -> shallow_move
resolve conflict since relying on move constructor in std_copy_for
2026-04-04 15:00:53 -04:00
cc98f515bd xo-interpreter2 stack: apply user-defined lambda passes utest 2026-02-13 16:06:19 -05:00
cfa5692804 xo-interpreter2 stack: invoke closures w/ tail-call opt [WIP] 2026-02-13 02:05:47 -05:00
eecc70d6eb xo-interpreter2: + VsmApplyClosureFrame [WIP, not used] 2026-02-13 00:09:43 -05:00