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

Compile-time hacks #53

Closed
wants to merge 1 commit into from
Closed

Compile-time hacks #53

wants to merge 1 commit into from

Conversation

MikeInnes
Copy link
Member

Avoid over-specialising IRTools code. Should result in lower compile times for dependencies.

IRCode(::TypedMeta) is removed since just_construct_ssa was removed from Base, and we don't use this method anyway.

@KristofferC
Copy link

@DhairyaLGandhi this is probably still useful?

@DhairyaLGandhi
Copy link
Member

I'm hoping this should have an an impact on our compatibility with Julia master. I will run tests against this on some of the downstream packages, but it looks fairly straightforward so should be fine

@KristofferC
Copy link

I mostly meant the Base.Experimental.@optlevel 0 part for perhaps lower compilation times.

@DhairyaLGandhi
Copy link
Member

Ah, gotcha. I think we've removed just_construct_ssa for the most part

@CarloLucibello
Copy link
Member

closing as stale

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.

4 participants