Skip to content
  • Cheng Shao's avatar
    1972f6b5
    rts: use performBlockingMajorGC in hs_perform_gc and fix ffi023 · 1972f6b5
    Cheng Shao authored and Zubin's avatar Zubin committed
    This patch does a few things:
    
    - Add the missing RtsSymbols.c entry of performBlockingMajorGC
    - Make hs_perform_gc call performBlockingMajorGC, which restores
      previous behavior
    - Use hs_perform_gc in ffi023
    - Remove rts_clearMemory() call in ffi023, it now works again in some
      test ways previously marked as broken. Fixes #23089
    
    (cherry picked from commit b2d14d0b)
    1972f6b5
    rts: use performBlockingMajorGC in hs_perform_gc and fix ffi023
    Cheng Shao authored and Zubin's avatar Zubin committed
    This patch does a few things:
    
    - Add the missing RtsSymbols.c entry of performBlockingMajorGC
    - Make hs_perform_gc call performBlockingMajorGC, which restores
      previous behavior
    - Use hs_perform_gc in ffi023
    - Remove rts_clearMemory() call in ffi023, it now works again in some
      test ways previously marked as broken. Fixes #23089
    
    (cherry picked from commit b2d14d0b)
Loading