Skip to content

Conversation

KristofferC
Copy link
Member

No description provided.

Following a few vigorous complaints about the highlighting scheme
introduced by JuliaSyntaxHighlighting, I've pared back the default
behaviour to something much more conservative.

(cherry picked from commit 9a46bf5)
KristofferC and others added 3 commits July 11, 2025 10:03
We already do this for `require` in Base loading, it probably makes
sense to do this here as well, as invalidating this function easily adds
+1s in load time for a jll. Avoids the big load time penalty from
loading IntelOpenMP_jll in
#57436 (comment).

Before:

```
julia> @time using ModelingToolkit
  6.546844 seconds (16.09 M allocations: 938.530 MiB, 11.13% gc time, 16.35% compilation time: 12% of which was recompilation)
```

After:

```
julia> @time using ModelingToolkit
  5.637914 seconds (8.26 M allocations: 533.694 MiB, 11.47% gc time, 3.11% compilation time: 17% of which was recompilation)
```

---------

Co-authored-by: KristofferC <kristoffer.carlsson@juliacomputing.com>
Co-authored-by: Cody Tapscott <84105208+topolarity@users.noreply.github.com>
(cherry picked from commit 45e0925)
@Taaitaaiger
Copy link
Contributor

I'm not sure if it got lost along the way or is WIP, but #58540 still needs to be backported

@KristofferC
Copy link
Member Author

Wasn't it added in 54c51d9?

@Taaitaaiger
Copy link
Contributor

Ah, my bad. I was looking for jl_get_global_value in julia.h, but it had been moved to julia_internal.h in a later commit.

…6 to 532992f (#58883)

Stdlib: NetworkOptions
URL: https://github.com/JuliaLang/NetworkOptions.jl.git
Stdlib branch: master
Julia branch: backports-release-1.12
Old commit: c090626
New commit: 532992f
Julia version: 1.12.0-beta4
NetworkOptions version: 1.3.0(Does not match)
Bump invoked by: @DilumAluthge
Powered by:
[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)

Diff:
JuliaLang/NetworkOptions.jl@c090626...532992f

```
$ git log --oneline c090626..532992f
532992f Merge pull request #39 from JuliaLang/kc/init
3169a7c Merge pull request #37 from visr/ssl_cert_dir_last
8c93b06 [CI] Update GitHub Actions setup (#38)
65eacbd More explicitly test precedence
9c0a877 Search SSL_CERT_FILE before SSL_CERT_DIR
```

Co-authored-by: DilumAluthge <5619885+DilumAluthge@users.noreply.github.com>
@KristofferC KristofferC merged commit 3a341c5 into release-1.12 Jul 12, 2025
5 of 7 checks passed
@KristofferC KristofferC deleted the backports-release-1.12 branch July 12, 2025 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release Release management and versioning.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants