Summary
- callback.c: register the bytecode fragment used for callbacks (commit: f8970c4) (details)
- Revised linking of trap frames in bytecode interpreter stack (commit: 53d55f2) (details)
- Revised scanning of bytecode interpreter stack (commit: 9476d5d) (details)
- major_gc.c: use no-naked-pointers mode even in bytecode (commit: 4a953a2) (details)
- interp.c: remove two assertions that cannot be checked without the page table (commit: 552bc3e) (details)
The file was modified | runtime/callback.c (diff) |
The file was modified | runtime/stacks.c (diff) |
The file was modified | runtime/caml/stacks.h (diff) |
The file was modified | runtime/backtrace_byt.c (diff) |
The file was modified | runtime/interp.c (diff) |
The file was modified | runtime/roots_byt.c (diff) |
The file was modified | runtime/major_gc.c (diff) |
The file was modified | runtime/interp.c (diff) |