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
libtracyclient.version
## jll artifact
LIBTRACYCLIENT_JLL_NAME := LibTracyClient
LIBTRACYCLIENT_JLL_VER := 0.9.1+5

## source build
LIBTRACYCLIENT_VER := 0.9.1
LIBTRACYCLIENT_BRANCH=v0.9.1
LIBTRACYCLIENT_SHA1=897aec5b062664d2485f4f9a213715d2e527e0ca
back to top