We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bfe331 commit ef5e40fCopy full SHA for ef5e40f
src/jlgen.jl
@@ -573,6 +573,9 @@ function compile_method_instance(@nospecialize(job::CompilerJob); ctx::JuliaCont
573
@static if v"1.9.0-DEV.1660" <= VERSION < v"1.9.0-beta1" || VERSION >= v"1.10-"
574
cgparams = merge(cgparams, (;safepoint_on_entry = can_safepoint(job)))
575
end
576
+ @static if VERSION >= v"1.10.0-DEV.1499"
577
+ cgparams = merge(cgparams, (;gcstack_arg = false))
578
+ end
579
params = Base.CodegenParams(; cgparams...)
580
581
# generate IR
0 commit comments