summaryrefslogtreecommitdiff
path: root/src/gc/gcpriv.h
diff options
context:
space:
mode:
authorMaoni Stephens <Maoni0@users.noreply.github.com>2017-05-19 21:51:52 -0700
committerJan Kotas <jkotas@microsoft.com>2017-05-19 21:51:52 -0700
commit35f5c097986c53050225bc590c41fa55e5776d85 (patch)
tree3f59180607056f4f777b75bf5544495d0669c0d8 /src/gc/gcpriv.h
parent4908b1422412210caa52bdb6a20871287adf43e7 (diff)
downloadcoreclr-35f5c097986c53050225bc590c41fa55e5776d85.tar.gz
coreclr-35f5c097986c53050225bc590c41fa55e5776d85.tar.bz2
coreclr-35f5c097986c53050225bc590c41fa55e5776d85.zip
NO_WRITE_BARRIER hasn't been used in ages and we don't think it will be used (#11762)
Diffstat (limited to 'src/gc/gcpriv.h')
-rw-r--r--src/gc/gcpriv.h4
1 files changed, 0 insertions, 4 deletions
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);