From 35f5c097986c53050225bc590c41fa55e5776d85 Mon Sep 17 00:00:00 2001 From: Maoni Stephens Date: Fri, 19 May 2017 21:51:52 -0700 Subject: NO_WRITE_BARRIER hasn't been used in ages and we don't think it will be used (#11762) --- src/gc/gcpriv.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/gc/gcpriv.h') diff --git a/src/gc/gcpriv.h b/src/gc/gcpriv.h index a2ec64b614..9810a7c6aa 100644 --- a/src/gc/gcpriv.h +++ b/src/gc/gcpriv.h @@ -121,8 +121,6 @@ inline void FATAL_GC_ERROR() #define FFIND_OBJECT //faster find_object, slower allocation #define FFIND_DECAY 7 //Number of GC for which fast find will be active -//#define NO_WRITE_BARRIER //no write barrier, use Write Watch feature - //#define DEBUG_WRITE_WATCH //Additional debug for write watch //#define STRESS_PINNING //Stress pinning by pinning randomly @@ -2056,8 +2054,6 @@ protected: PER_HEAP uint8_t* next_end (heap_segment* seg, uint8_t* f); PER_HEAP - void fix_card_table (); - PER_HEAP void mark_through_object (uint8_t* oo, BOOL mark_class_object_p THREAD_NUMBER_DCL); PER_HEAP BOOL process_mark_overflow (int condemned_gen_number); -- cgit v1.2.3