https://github.com/JuliaLang/julia
Revision e2c8809ef505d2aeff9c22eba79ff628fb9e44f6 authored by Valentin Churavy on 07 February 2024, 19:36:12 UTC, committed by GitHub on 07 February 2024, 19:36:12 UTC
Add brief docs to `Base.get_world_counter` and add `Base.tls_wold_age`.
Furthermore to disambiguate `get_world_counter` from the inference world
rename the abstract interpreter accessor to `get_inference_world`
1 parent d24316a
Raw File
Tip revision: e2c8809ef505d2aeff9c22eba79ff628fb9e44f6 authored by Valentin Churavy on 07 February 2024, 19:36:12 UTC
Disambiguate get_world_counter and get_inference_world (#53088)
Tip revision: e2c8809
gmp.version
## jll artifact
GMP_JLL_NAME := GMP

## source build
GMP_VER := 6.2.1
back to top