-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move var metadata from LambdaInfo.ast to fields of LambdaInfo
LambdaInfo.ast is now LambdaInfo.code, and is just an array of statements store LambdaInfo objects in the tfunc cache, instead of just ASTs now type inference operates on InferenceState.linfo in place, and eventually copies the results to InferenceState.destination if necessary.
- Loading branch information
1 parent
2e32b1c
commit 8899b9b
Showing
23 changed files
with
597 additions
and
506 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
Oops, something went wrong.