-
-
Notifications
You must be signed in to change notification settings - Fork 399
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
Add precompilation hints for macros (~10% improvement) #547
Conversation
Done |
|
Done, ready to merge once green |
This won't work on v0.3 |
It isn't included on 0.3... |
Ah, missed where the include was. Is it worth adding the script you used as a comment? |
Unfortunately there is no script. I manually added code to print to a file, then just did sorted, uniq'd, and search replaced. Itd be neat to have something in Base to automatically report the argument types used. |
Precompile.jl needs an MPL header |
Add precompilation hints for macros (~10% improvement)
Supersedes #531