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 4fd1c4f commit b997133
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ Working version
- #10101: Add -help/--help option to ocamlrun.
(David Allsopp, review by Xavier Leroy)

- #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 @@ -305,11 +309,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 b997133

Please sign in to comment.