Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(707)

Unified Diff: src/v8-counters.h

Issue 11365174: A change in the way we place TransitionElementKinds in the tree. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Now have instruction writing, map check updating. Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/v8-counters.h
diff --git a/src/v8-counters.h b/src/v8-counters.h
index fad3454812377a159733766f87f49a930e362e5d..955554b36fff4fdcd78c14579883d8dba5c3a52e 100644
--- a/src/v8-counters.h
+++ b/src/v8-counters.h
@@ -300,7 +300,10 @@ namespace internal {
SC(cell_space_bytes_used, V8.MemoryCellSpaceBytesUsed) \
SC(lo_space_bytes_available, V8.MemoryLoSpaceBytesAvailable) \
SC(lo_space_bytes_committed, V8.MemoryLoSpaceBytesCommitted) \
- SC(lo_space_bytes_used, V8.MemoryLoSpaceBytesUsed)
+ SC(lo_space_bytes_used, V8.MemoryLoSpaceBytesUsed) \
+ SC(transition_site_positive_score, V8.TransitionSitePositiveScore) \
+ SC(transition_site_negative_score, V8.TransitionSiteNegativeScore) \
+ SC(transition_site_neutral_score, V8.TransitionSiteNeutralScore)
// This file contains all the v8 counters that are in use.
« src/hydrogen.cc ('K') | « src/objects.cc ('k') | test/mjsunit/elements-transition.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698