Releases: timholy/SnoopCompile.jl
Releases · timholy/SnoopCompile.jl
v2.10.0
SnoopCompile v2.10.0
Closed issues:
- Handle printing in
@precompile_all_calls
(#308) invalidation_trees()
throws error: Collection has multiple elements (#322)- New invalidations CI script? (#331)
Merged pull requests:
- Add
report_invalidations
to tabulate invalidations summary (#303) (@charleskawczynski)
v2.9.8
SnoopCompile v2.9.8
Closed issues:
- Option to turn off all precompilation globally (#298)
- Intermittently hitting an assert (#302)
- MethodError: Cannot
convert
an object of type Vector{Any} to an object of type UInt64 on julia nightly (#305) - SnoopPrecompiling makes absolutely no difference in TTFP (#307)
invalidation_trees
AssertionError: leaf !== nothing (#315)- SnoopPrecompile crashes Sunny on Windows (#316)
- disable precompilation on
JULIA_PKG_PRECOMPILE_AUTO
? (#324)
Merged pull requests:
v2.9.7
v2.9.6
SnoopCompile v2.9.6
Closed issues:
Merged pull requests:
- Fix warning during precompilation (#297) (@thchr)
- revert broken commit - add test (#318) (@t-bltg)
- Update pgdsgui.md (#320) (@bergel)
- Another small typo (#321) (@bergel)
- Add a copy-paste invalidations analysis script (#326) (@ChrisRackauckas)
- Clear backedge_table less eagerly (#329) (@timholy)
- Fix tests for introduction of
Core.kwcall
(#330) (@timholy)
v2.9.5
SnoopCompile v2.9.5
Merged pull requests:
v2.9.4
v2.9.3
SnoopCompile v2.9.3
Merged pull requests:
- Add SnoopPrecompile package (#282) (@timholy)
- Fix interpreter-disabling on older Julia versions (#283) (@timholy)
- fix typo in SnoopPrecompile docs (#284) (@alecloudenback)
- Fix undefined
SnoopPrecompile
(#287) (@rikhuijzer) - Link to dev documentation by default (#288) (@rikhuijzer)
- Implement more powerful tree-join, fix tests on Julia-1.8 (#292) (@timholy)
- Get package working on 1.9 (#293) (@timholy)
- Update to FlameGraphs 1.0 (#294) (@timholy)
v2.9.2
SnoopCompile v2.9.2
Merged pull requests:
- Add summary to JET section (#280) (@rikhuijzer)
- make SnoopCompile compatible with JET@0.6.0 (#281) (@aviatesk)