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
Implement stack to local spilling for handle.
This gets the general mechanism in place, or general enough for now at least. This means that 'try' now works as an expression; before it was broken due to the JVM mandating an empty stack for a try/catch. Most likely we need this in a few more places; it's also a key piece for the fragmenting transform that will be needed to support gather/take in the future.
- Loading branch information
Showing
1 changed file
with
79 additions
and
19 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