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

Handle compressed AST in jl_local_in_linfo #15672

Closed
wants to merge 1 commit into from
Closed

Conversation

yuyichao
Copy link
Contributor

This somehow shows up in threading build when jl_static_eval is called from jl_get_unspecialized.

@vtjnash who had some comment about compressing and uncompressiong ast, to check if this is the right solution. =)

This somehow shows up in threading build when `jl_static_eval` is called
from `jl_get_unspecialized`.
@carnaval
Copy link
Contributor

I think this will be made unnecessary by jb/linear3 since the variable info is not part of the compressed code anymore

@JeffBezanson
Copy link
Sponsor Member

That's right; on that branch this function doesn't exist any more.

@yuyichao
Copy link
Contributor Author

So is #15609 going to be ready soon? I'd like to make sure the threading build bot can pass since there's very frequent breakage on the threading build recently...

@yuyichao
Copy link
Contributor Author

Ok, let's merge jb/linear3 today.

Sounds good.

@yuyichao yuyichao closed this Mar 29, 2016
@yuyichao yuyichao deleted the yyc/threads/fix branch March 29, 2016 19:48
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