|
|
e95353f1c8
|
refactor: use GCObjectVisitor api w/ gco_shallow_move
|
2026-04-06 15:21:48 -04:00 |
|
|
|
801bb9e39d
|
refactor: + narrower interface for gc pointer forwarding
add AGCObjectVisitor, instead of requiring ACollector.
|
2026-04-05 23:53:02 -04:00 |
|
|
|
8bb460f402
|
refactor: rename shallow_copy -> shallow_move + streamline
Use RCollector.std_copy_for where appropriate
|
2026-04-04 16:33:35 -04:00 |
|
|
|
06161d2b50
|
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 |
|
|
|
338d063edf
|
xo-inteerpreter2: rework VsmResult to use pointer
Preefer to maintain ref to VSM.result_, since gc will
preserve it.
|
2026-03-27 12:13:09 -04:00 |
|
|
|
6189e631f3
|
xo-interpreter2 stack: wrap TokenizerError as DRuntimeError
Also fix _read_eval_print() to report them!
|
2026-03-27 11:16:28 -04:00 |
|
|
|
c704e59f02
|
xo-interpreter2: VSM.start_eval() returns const ref
If copied get unstable value, since may be moved away on next gc
|
2026-03-26 17:08:39 -04:00 |
|
|
|
1200a3080f
|
xo-interpreter2: trash unused type
|
2026-03-26 15:06:27 -04:00 |
|
|
|
d3e67a23c6
|
xo-interpreter2: missed self_vroot_ member of VSM
|
2026-03-25 20:15:55 -04:00 |
|
|
|
45f6bccd9c
|
xo-interpreter2 stack: VSM as AGCObject for virtual root
|
2026-03-25 19:31:59 -04:00 |
|