| Index: src/v8-counters.h
|
| ===================================================================
|
| --- src/v8-counters.h (revision 6183)
|
| +++ src/v8-counters.h (working copy)
|
| @@ -108,9 +108,9 @@
|
| /* Number of code objects found from pc. */ \
|
| SC(pc_to_code, V8.PcToCode) \
|
| SC(pc_to_code_cached, V8.PcToCodeCached) \
|
| - /* The write-buffer implementation of the write barrier. */ \
|
| - SC(write_buffer_compactions, V8.WriteBufferCompactions) \
|
| - SC(write_buffer_overflows, V8.WriteBufferOverflows)
|
| + /* The store-buffer implementation of the write barrier. */ \
|
| + SC(store_buffer_compactions, V8.StoreBufferCompactions) \
|
| + SC(store_buffer_overflows, V8.StoreBufferOverflows)
|
|
|
|
|
| #define STATS_COUNTER_LIST_2(SC) \
|
|
|