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

Unified Diff: src/v8-counters.h

Issue 5828004: IA32: Optimize instanceof... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 10 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/ia32/lithium-ia32.cc ('k') | src/x64/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
===================================================================
--- src/v8-counters.h (revision 6041)
+++ src/v8-counters.h (working copy)
@@ -247,7 +247,15 @@
SC(smi_checks_removed, V8.SmiChecksRemoved) \
SC(map_checks_removed, V8.MapChecksRemoved) \
SC(quote_json_char_count, V8.QuoteJsonCharacterCount) \
- SC(quote_json_char_recount, V8.QuoteJsonCharacterReCount)
+ SC(quote_json_char_recount, V8.QuoteJsonCharacterReCount) \
+ SC(instance_of, V8.InstanceOf) \
Mads Ager (chromium) 2010/12/16 08:44:43 Should we get rid of some of these counters before
Søren Thygesen Gjesse 2010/12/16 08:58:28 I would like to keep them for a couple of days whi
+ SC(instance_of_cache, V8.InstanceOfCache) \
+ SC(instance_of_stub_true, V8.InstanceOfStubTrue) \
+ SC(instance_of_stub_false, V8.InstanceOfStubFalse) \
+ SC(instance_of_stub_false_null, V8.InstanceOfStubFalseNull) \
+ SC(instance_of_stub_false_string, V8.InstanceOfStubFalseString) \
+ SC(instance_of_full, V8.InstanceOfFull) \
+ SC(instance_of_slow, V8.InstanceOfSlow)
// This file contains all the v8 counters that are in use.
« no previous file with comments | « src/ia32/lithium-ia32.cc ('k') | src/x64/codegen-x64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698