Skip to content

Releases: JuliaLang/PrecompileTools.jl

v1.3.3

28 Aug 22:56
542d964

Choose a tag to compare

PrecompileTools v1.3.3

Diff since v1.3.2

Merged pull requests:

Closed issues:

  • world age and Julia 1.12 issue (#61)

v1.3.2

10 Apr 15:13
990c356

Choose a tag to compare

PrecompileTools v1.3.2

Diff since v1.3.1

Merged pull requests:

Closed issues:

  • World age increment not at top level regression with v1.3.1 (#58)
  • World age increment error for HTTP.jl or Plots.jl on julia >=1.12 (#59)

v1.3.1

08 Apr 21:27
1c9a571

Choose a tag to compare

PrecompileTools v1.3.1

Diff since v1.3.0

Merged pull requests:

  • Explicit that calls to external methods should be traced back to MyPackage (#43) (@serenity4)
  • Add edge-invalidation tests and implementation (#52) (@timholy)
  • Ensure compilation happens after logging starts (#53) (@timholy)
  • Version 1.3.1 (#56) (@timholy)

Closed issues:

  • Understand why let wrapping the compile workload can lead to worse latency (#17)
  • Still have some compilation time (#26)
  • @compile_workload fails to compile some explicit toplevel calls (#37)

v1.3.0

02 Apr 12:23
1dd4a45

Choose a tag to compare

[Diff since v1.2.1](https://github.com/JuliaLang/PrecompileTools.jl/c…

v1.2.1

09 Mar 01:09
a994463

Choose a tag to compare

PrecompileTools v1.2.1

Diff since v1.2.0

Merged pull requests:

v1.2.0

23 Aug 09:16
325b469

Choose a tag to compare

PrecompileTools v1.2.0

Diff since v1.1.2

Closed issues:

  • Understanding Preference Settings (#25)

Merged pull requests:

  • Disable all workloads feature (#27) (@bradcarman)
  • add note about possible performance regressions (#29) (@lmiq)

v1.1.2

02 Jun 14:18
11410b2

Choose a tag to compare

PrecompileTools v1.1.2

Diff since v1.1.1

Closed issues:

  • Add blog info, comparison to PackageCompiler to docs (#18)
  • Disabling precompilation does not seem to work (#22)

Merged pull requests:

  • README.md: Add information from blog, reference PkgCacheInspector (#20) (@mkitti)
  • Improve hygiene (#24) (@timholy)

v1.1.1

08 May 14:47
e52d8bc

Choose a tag to compare

PrecompileTools v1.1.1

Diff since v1.1.0

Merged pull requests:

v1.1.0

04 May 15:36
302eeae

Choose a tag to compare

PrecompileTools v1.1.0

Diff since v1.0.3

Merged pull requests:

  • Repair invalidations during precompilation (#14) (@timholy)

v1.0.3

03 May 22:10
327d359

Choose a tag to compare

PrecompileTools v1.0.3

Diff since v1.0.2

Merged pull requests:

  • Add precompiled tags if backedge is missing (#15) (@timholy)