- The
@ccall
macro can now take agc_safe
argument, that if set to true allows the runtime to run garbage collection concurrently to theccall
@ccall
macro can now take a gc_safe
argument, that if set to true allows the runtime to run garbage collection concurrently to the ccall