Skip to content

Conversation

@JamesWrigley
Copy link
Member

The @__artifact_str macro was updated in #55707.

# Before
julia> @time import ZeroMQ_jll
  0.119653 seconds (313.44 k allocations: 16.855 MiB, 79.48% compilation time)

# After
julia> @time import ZeroMQ_jll
  0.024658 seconds (22.61 k allocations: 1.830 MiB)

The `@__artifact_str` macro was updated in JuliaLang#55707.
@Keno
Copy link
Member

Keno commented Aug 24, 2025

LGTM, but the change that caused this is probably 45e0925

@giordano giordano merged commit d28a587 into JuliaLang:master Aug 24, 2025
8 checks passed
@giordano giordano added latency Latency artifacts backport 1.12 Change should be backported to release-1.12 compiler:precompilation Precompilation of modules labels Aug 24, 2025
@JamesWrigley JamesWrigley deleted the patch-2 branch August 24, 2025 07:58
KristofferC pushed a commit that referenced this pull request Sep 1, 2025
The `@__artifact_str` macro was updated in
#55707.

```julia-repl
# Before
julia> @time import ZeroMQ_jll
  0.119653 seconds (313.44 k allocations: 16.855 MiB, 79.48% compilation time)

# After
julia> @time import ZeroMQ_jll
  0.024658 seconds (22.61 k allocations: 1.830 MiB)
```

(cherry picked from commit d28a587)
KristofferC pushed a commit that referenced this pull request Sep 2, 2025
The `@__artifact_str` macro was updated in
#55707.

```julia-repl
# Before
julia> @time import ZeroMQ_jll
  0.119653 seconds (313.44 k allocations: 16.855 MiB, 79.48% compilation time)

# After
julia> @time import ZeroMQ_jll
  0.024658 seconds (22.61 k allocations: 1.830 MiB)
```

(cherry picked from commit d28a587)
@KristofferC KristofferC removed the backport 1.12 Change should be backported to release-1.12 label Sep 11, 2025
KristofferC pushed a commit that referenced this pull request Sep 15, 2025
The `@__artifact_str` macro was updated in
#55707.

```julia-repl
# Before
julia> @time import ZeroMQ_jll
  0.119653 seconds (313.44 k allocations: 16.855 MiB, 79.48% compilation time)

# After
julia> @time import ZeroMQ_jll
  0.024658 seconds (22.61 k allocations: 1.830 MiB)
```

(cherry picked from commit d28a587)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

artifacts compiler:precompilation Precompilation of modules latency Latency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants