-
-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
potion #9: fix parser is not re-entrant, but still not GC safe
All the intermediate t and lhs objects in the compiler need to be moved also while in a eval, and be checked for FWDs.
- Loading branch information
Reini Urban
committed
Sep 16, 2013
1 parent
1c76ece
commit d23c65c
Showing
2 changed files
with
15 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# issue 9 - GC-safe re-entrant parser | ||
1 to 1000000(): 'x = Object()' eval. | ||
#=> 1000000 |