Summary
- Merge pull request #9635 from xavierleroy/skiplists (commit: fb79bd8) (details)
- Refactor skiplist to avoid UB casts (#9660) (commit: 286e21c) (details)
- More efficient management of code fragments (#9654) (commit: 751f965) (details)
The file was modified | runtime/Makefile (diff) |
The file was added | runtime/caml/skiplist.h |
The file was modified | Changes (diff) |
The file was modified | runtime/debugger.c (diff) |
The file was modified | runtime/globroots.c (diff) |
The file was added | runtime/skiplist.c |
The file was modified | runtime/caml/skiplist.h (diff) |
The file was modified | runtime/skiplist.c (diff) |
The file was added | runtime/caml/codefrag.h |
The file was modified | runtime/fix_code.c (diff) |
The file was modified | runtime/misc.c (diff) |
The file was modified | runtime/intern.c (diff) |
The file was modified | runtime/caml/misc.h (diff) |
The file was modified | Changes (diff) |
The file was modified | runtime/startup_nat.c (diff) |
The file was added | runtime/codefrag.c |
The file was modified | runtime/Makefile (diff) |
The file was modified | runtime/debugger.c (diff) |
The file was modified | runtime/meta.c (diff) |
The file was modified | runtime/dynlink_nat.c (diff) |
The file was modified | runtime/extern.c (diff) |