Skip to content

Tags: chambart/flambda-backend

Tags

4.12.0-1

Toggle 4.12.0-1's commit message
Fix 32-bit build (ocaml-flambda#138)

flambda2-alpha-20210728-0

Toggle flambda2-alpha-20210728-0's commit message
Add flambda2 to build_ocaml_compiler.sexp, part 2

flambda2-alpha-20210727-0

Toggle flambda2-alpha-20210727-0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Flambda 2 CI workflow (ocaml-flambda#116)

4.12.0-0

Toggle 4.12.0-0's commit message
Revert VERSION, etc. back to 4.12.0 (mostly reverts 822d0a0 from upst…

…ream 4.12) (ocaml-flambda#93)

4.11.1-2+pr10125

Toggle 4.11.1-2+pr10125's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Gc.set incorrectly handles the three `custom_*` fields (#10125) (ocam…

…l-flambda#43)

Some `Long_val` conversions were missing.

This was setting the wrong values for the `custom_` parameters,
causing the major GC to work too much, slowing down some programs.

Add regression test.

Fixes: #9326

Co-authored-by: Xavier Leroy <[email protected]>

4.11.1-2

Toggle 4.11.1-2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix integer literal that is too big for 32-bit targets (ocaml-flambda#39

)

Fix error "integer literal exceeds the range of representable integers
of type nativeint" in the code that runs only on 64-bit targets, but
need to compile on 32-bit target.

4.11.1-1

Toggle 4.11.1-1's commit message
GH actions