forked from ponylang/ponyc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change to dynamic memory allocation/commit on windows
This commit changes how the Windows memory allocation/commitment is done by switching from committing all memory immediately to only committing memory dynamically as it gets allocated. This resolves the Windows errors that PR ponylang#1614 and PR ponylang#1629 have been encountering related to `ponyint_virt_alloc` and `The paging file is too small for this operation to complete.`
- Loading branch information
Showing
2 changed files
with
23 additions
and
1 deletion.
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
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