Skip to content
Failed

Changes

Summary

  1. Remove caml_add|remove_debug_info primitives (commit: 26b89e8) (details)
  2. caml_setup_afl is not a primitive (commit: 01e44aa) (details)
  3. Hide float-specific array primitives (commit: aef1388) (details)
  4. Bootstrap (commit: 6d3e9af) (details)
Commit 26b89e84cf7335249c2581f1f02b9c553fe4ed61 by david.allsopp
Remove caml_add|remove_debug_info primitives
(commit: 26b89e8)
The file was modifiedruntime/backtrace_byt.c (diff)
The file was modifiedruntime/backtrace_nat.c (diff)
Commit 01e44aaccbb50b5c9e137e996851eca611ee13dd by david.allsopp
caml_setup_afl is not a primitive
(commit: 01e44aa)
The file was modifiedruntime/afl.c (diff)
Commit aef138881fad4e7be0fc041d9928d895c186565f by david.allsopp
Hide float-specific array primitives

Since --disable-flat-float-array, these operations are no longer exposed
as primitives.
(commit: aef1388)
The file was modifiedruntime/array.c (diff)
The file was modifiedboot/ocamllex (diff)
The file was modifiedboot/ocamlc (diff)