Commit 0f044d6
committed
Add datastack-backed FastLocals for non-generator frames
Introduce FastLocalsData enum with Heap and DataStack variants
so non-generator/coroutine frames allocate localsplus on the VM
datastack instead of the heap. Includes materialize_to_heap for
migration when needed (e.g. generator suspension).1 parent d464119 commit 0f044d6
1 file changed
+949
-302
lines changed
0 commit comments