Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid overflow on 32-bit architectures causing bad GC behavior #546

Merged
merged 1 commit into from Apr 18, 2016

Conversation

alainfrisch
Copy link
Contributor

http://caml.inria.fr/mantis/view.php?id=7228

It would be worth creating a non-regression test for this one, but one should certainly include the fix in 4.03 even without the test.

@alainfrisch alainfrisch changed the title Avoid overflow on 32-bit architectures. Fixes MPR7228. Avoid overflow on 32-bit architectures causing bad GC behavior Apr 15, 2016
@alainfrisch alainfrisch added this to the 4.03.0 milestone Apr 15, 2016
@damiendoligez
Copy link
Member

damiendoligez commented Apr 18, 2016

Looks like the best fix for this problem. FTR, the only drawback is that it'll make life a bit harder for people who run OCaml on systems without floating-point. [edit: in fact it doesn't, we already had doubles in this code]

@damiendoligez damiendoligez merged commit 9642c70 into 4.03 Apr 18, 2016
@xavierleroy xavierleroy deleted the fix_mpr7228 branch February 14, 2017 13:29
EduardoRFS pushed a commit to esy-ocaml/ocaml that referenced this pull request May 17, 2021
coverage of domain life-cycle in domain_dls and ephetest_par tests
stedolan pushed a commit to stedolan/ocaml that referenced this pull request May 24, 2022
EmileTrotignon pushed a commit to EmileTrotignon/ocaml that referenced this pull request Jan 12, 2024
merlin-js also has a pin-depends on jsoo-code-mirror, and it seems that we need the same in ocamlorg: https://deploy.ci.ocaml.org/job/2022-08-09/145812-ocluster-build-bdf2ff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants