Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improved IR, take 2 #15396

Closed
wants to merge 20 commits into from
Closed

improved IR, take 2 #15396

wants to merge 20 commits into from

Conversation

JeffBezanson
Copy link
Member

#15181 rebased.

@JeffBezanson JeffBezanson force-pushed the jb/linear2 branch 2 times, most recently from d5a4ace to ad914a7 Compare March 9, 2016 19:15
this avoids needing to repeatedly look up labels when interpreting or
analyzing code.
wrap static parameters with (static-parameter  )
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.
tkelman and others added 13 commits March 23, 2016 14:26
Fix for indexing issue introduced in #15564
this avoids needing to repeatedly look up labels when interpreting or
analyzing code.
wrap static parameters with (static-parameter  )
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.
@tkelman tkelman deleted the jb/linear2 branch March 24, 2016 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants