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

Unified Diff: test/cctest/test-code-cache.cc

Issue 2462973003: [ic] Experiment: disable map-specific handler cache. (Closed)
Patch Set: Created 4 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
« no previous file with comments | « src/objects.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-code-cache.cc
diff --git a/test/cctest/test-code-cache.cc b/test/cctest/test-code-cache.cc
index b0f020d960d459bfcd22aba6b300fe37ea3c4f59..5618af6576036bbe37767fb3e254c30ff1dd32fe 100644
--- a/test/cctest/test-code-cache.cc
+++ b/test/cctest/test-code-cache.cc
@@ -40,6 +40,9 @@ static Handle<Code> GetDummyCode(Isolate* isolate) {
} // namespace
TEST(CodeCache) {
+ // TODO(ishell): Experiment: don't cache handlers in map-specific code cache.
+ return;
+
CcTest::InitializeVM();
Isolate* isolate = CcTest::i_isolate();
Factory* factory = isolate->factory();
« no previous file with comments | « src/objects.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698