Skip to content

Reduce precompilation #18

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

Merged
merged 1 commit into from
Mar 17, 2023
Merged

Reduce precompilation #18

merged 1 commit into from
Mar 17, 2023

Conversation

MilesCranmer
Copy link
Member

The precompilation for DynamicExpressions.jl is a bit expensive right now, especially for Julia 1.9. This reduces it slightly, by removing ^, log, exp, sqrt, abs as precompiled operators, and also removing turbo=true and T=Float16 from the precompilation settings, as I think these are less common settings.

@coveralls
Copy link

coveralls commented Mar 16, 2023

Pull Request Test Coverage Report for Build 4442355122

  • 27 of 27 (100.0%) changed or added relevant lines in 1 file are covered.
  • 4 unchanged lines in 2 files lost coverage.
  • Overall coverage increased (+0.6%) to 90.934%

Files with Coverage Reduction New Missed Lines %
src/EvaluateEquation.jl 1 99.64%
src/precompile.jl 3 80.8%
Totals Coverage Status
Change from base Build 4439306280: 0.6%
Covered Lines: 983
Relevant Lines: 1081

💛 - Coveralls

@MilesCranmer MilesCranmer merged commit 1492c0e into master Mar 17, 2023
@MilesCranmer MilesCranmer deleted the reduce-precompilation branch March 17, 2023 01:02
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.

2 participants