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

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 includes optimization of codegen for transition elementskind instruction Created 8 years 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
« no previous file with comments | « src/small-pointer-list.h ('k') | src/x64/lithium-codegen-x64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8-counters.h
diff --git a/src/v8-counters.h b/src/v8-counters.h
index 986e6dd6bb820a6a584e001fb832d586276d6619..61335520c831bc5d827e6356699f46bc25648273 100644
--- a/src/v8-counters.h
+++ b/src/v8-counters.h
@@ -299,7 +299,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.
« no previous file with comments | « src/small-pointer-list.h ('k') | src/x64/lithium-codegen-x64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698