-
-
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
ab5c34e
commit 1bc0168
Showing
25 changed files
with
608 additions
and
517 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.