Skip to content

Commit

Permalink
Update Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dra27 committed Jan 26, 2021
1 parent 55c8a35 commit ca6b82a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Changes
Expand Up @@ -33,6 +33,10 @@ Working version
- #10136: Minor clean-ups in runtime/io.c and runtime/caml/io.h
(Xavier Leroy, review by David Allsopp and Guillaume Munch-Maccagnoni)

- #10171: Tweak the naked pointers checker so that processes which trigger the
alarm always exit with non-zero status (i.e. exit(0) becomes exit(1)).
(David Allsopp, review by Xavier Leroy)

### Code generation and optimizations:

- #9876: do not cache the young_limit GC variable in a processor register.
Expand Down Expand Up @@ -315,11 +319,10 @@ OCaml 4.12.0
(KC Sivaramakrishnan, reported by Enguerrand Decorne, review by Gabriel
Scherer, and Xavier Leroy)

- #9534, #9947, #10171: Introduce a naked pointers checker mode to the runtime
- #9534, #9947: Introduce a naked pointers checker mode to the runtime
(configure option --enable-naked-pointers-checker). Alarms are printed
when the garbage collector finds out-of-heap pointers that could
cause a crash in no-naked-pointers mode. Processes which trigger the alarm
always exit with non-zero status (i.e. exit(0) becomes exit(1)).
cause a crash in no-naked-pointers mode.
(Enguerrand Decorne, KC Sivaramakrishnan, Xavier Leroy, Stephen Dolan,
David Allsopp, Nicolás Ojeda Bär review by Xavier Leroy, Nicolás Ojeda Bär)

Expand Down

0 comments on commit ca6b82a

Please sign in to comment.