Skip to content
  • Peter Zhu's avatar
    fe7c02c7
    Remove _with_gc functions in darray · fe7c02c7
    Peter Zhu authored
    darray was used in YJIT which required the functions to not trigger GC.
    YJIT has now moved to Rust and does not use darray anymore, so we can
    remove the functions that don't trigger GC and only keep the ones that
    trigger GC.
    fe7c02c7
    Remove _with_gc functions in darray
    Peter Zhu authored
    darray was used in YJIT which required the functions to not trigger GC.
    YJIT has now moved to Rust and does not use darray anymore, so we can
    remove the functions that don't trigger GC and only keep the ones that
    trigger GC.
Loading