Chromium Code Reviews| Index: src/globals.h |
| diff --git a/src/globals.h b/src/globals.h |
| index bef22cff13ee4c2ecadd78ee1c5e9695d2e083b9..67db1f8ee979fbecc4e16970b991b7a720324f2b 100644 |
| --- a/src/globals.h |
| +++ b/src/globals.h |
| @@ -291,6 +291,7 @@ const uint32_t kFreeListZapValue = 0xfeed1eaf; |
| #endif |
| const int kCodeZapValue = 0xbadc0de; |
| +const uint64_t kPhantomReferenceZap = 0xca11bac; |
|
jochen (gone - plz use gerrit)
2014/10/20 13:51:14
should there be a 32bit and a 64bit zap value?
Erik Corry
2014/10/20 13:56:37
I think 32 bit is enough - it's converted to a Smi
|
| // On Intel architecture, cache line size is 64 bytes. |
| // On ARM it may be less (32 bytes), but as far this constant is |