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

update precompile.jl #21196

Closed
JeffBezanson opened this issue Mar 28, 2017 · 1 comment
Closed

update precompile.jl #21196

JeffBezanson opened this issue Mar 28, 2017 · 1 comment
Assignees
Labels
compiler:precompilation Precompilation of modules
Milestone

Comments

@JeffBezanson
Copy link
Member

This file should be updated to reflect changes to Base over the 0.6 cycle, and will help repl startup time and package load times.

See e.g. #20793 (comment)

This can now be done by defining TRACE_COMPILE in options.h.

@JeffBezanson JeffBezanson added this to the 0.6.0 milestone Mar 28, 2017
@ararslan ararslan added the compiler:precompilation Precompilation of modules label Mar 28, 2017
@bjarthur
Copy link
Contributor

bjarthur commented Apr 1, 2017

while at it, could someone please improve the docstring for precompile? specifically, a Bool is returned, but what does it mean? i assume false indicates an error. but under what circumstances does precompile not work? thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler:precompilation Precompilation of modules
Projects
None yet
Development

No branches or pull requests

3 participants