Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Rewrites user example compilation test
Now everything is compiled via -c, instead of using EVAL. This is slower, but closes #2764 since apparently the evaluation of so much code was gobbling up memory, and closes #2782 since either the memory itself or the creation of multiple objects was affecting this somehow. It also causes #2789, so some changes are trying to fix that.
- Loading branch information
Showing
3 changed files
with
60 additions
and
34 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
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
Oops, something went wrong.