-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimized local variable allocation scheme (#684)
* working through a unit test * working through a unit test * an attempt to fix local variable over allocation causing compilation disagreement * remove excessive allocations * renmaing file name to be sth more appropriate * a bit abstraction on abi allocation in subroutine eval * multi proc testing * revert test related code * testcase to ensure that the fix works * testcase that breaks on master * feels frustrated, debugged whole morning don't know why * declare new instance in context * minor * remove unnecessary ctx manager for proto * minor --------- Co-authored-by: Zeph Grunschlag <[email protected]>
- Loading branch information
Showing
46 changed files
with
2,429 additions
and
1,896 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
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.