Skip to content

Do not hardcode the threshold for heap reduction#535

Merged
mshinwell merged 2 commits intooxcaml:mainfrom
xclerc:reduce-heap-threshold
Feb 21, 2022
Merged

Do not hardcode the threshold for heap reduction#535
mshinwell merged 2 commits intooxcaml:mainfrom
xclerc:reduce-heap-threshold

Conversation

@xclerc
Copy link
Copy Markdown
Contributor

@xclerc xclerc commented Feb 17, 2022

As the title suggests, this pull request simply
makes the threshold for a heap reduction before
code emission a variable that can be controlled
from the command-line or the environment.

The rationale is that one may want to change it
without rebuilding the compiler, and there is a
chance the build system may be in a position
to give some insight since it controls the level
of parallelism.

@mshinwell mshinwell added the 4.12.0-7 Bug fix patches for 4.12.0-7 release label Feb 21, 2022
@mshinwell mshinwell merged commit 902247c into oxcaml:main Feb 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4.12.0-7 Bug fix patches for 4.12.0-7 release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants