https://github.com/JuliaLang/julia
Raw File
Tip revision: 80e7ef0d9065e3aef55a4ee4b1136d5c68690c99 authored by Jeff Bezanson on 23 March 2023, 22:23:30 UTC
use gc preserve instead of noinline to remove allocation in `unsafe_write`
Tip revision: 80e7ef0
objconv.version
## jll artifact
# Objconv (we don't ship this, so no need for a fake JLL; therefore we specify the JLL_VER here instead of in a `stdlib/Objconv_jll/Project.toml` file)
OBJCONV_JLL_NAME := Objconv
OBJCONV_JLL_VER  := 2.49.1+0

## source build
OBJCONV_VER := 2.49.1
back to top