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

Misc memory fixes #2885

Merged
merged 6 commits into from
Apr 21, 2023
Merged

Misc memory fixes #2885

merged 6 commits into from
Apr 21, 2023

Conversation

mtzguido
Copy link
Member

Most importantly this one 57a40dd. Seems to be a slight improvement in the graphs. But, the memory usage graph seems to be too noisy... there's no way this significantly increases memory usage. My only guess is fragmentation. I can make it more deterministic by tuning OCaml's GC with max_overhead=0 to trigger compaction on every GC, thought that makes things significantly slower. Maybe memory profiles should run with that setting?

Figure_1
Figure_2

guido@GuidoX1:~/FStar(master)$ .scripts/runlim_diff.py --dirs . ../pristine/
Comparing . and ../pristine/, --dirs=True
F* runlim time slope: 0.9859187509074009
F* runlim space slope: 0.9284346462377224

@mtzguido mtzguido merged commit 1060665 into master Apr 21, 2023
@mtzguido mtzguido deleted the guido_mem2 branch April 21, 2023 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant