-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This enables automatic growing of LLVM's stack once the end is reached (or memory larger than the remaining space is allocated). We can now have much smaller stack sizes than before. For now, I've set the previous 256M stacks to 1KB (which, after initial tests, seems fine). Due to some code repetition I wanted to merge the growing logic of regions with this. I've reverted my attempts since #642 removes the duplicated code anyway. --------- Co-authored-by: Jonathan Immanuel Brachthäuser <jonathan@b-studios.de> Co-authored-by: Philipp Schuster <philipp.schuster@uni-tuebingen.de>
- Loading branch information
1 parent
c51e895
commit cb2f439
Showing
1 changed file
with
47 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters