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

Unified Diff: src/code-stub-assembler.h

Issue 2123983004: [ic] Split megamorphic stub cache in two caches (for loads and for stores). (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@flags-fix
Patch Set: Rebasing Created 4 years, 5 months 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/code-stub-assembler.h
diff --git a/src/code-stub-assembler.h b/src/code-stub-assembler.h
index a4c3b9529bb81426bb204520c87e355ebca16fb6..75a3f69514cef97be53e26fc6b22439b08d485a6 100644
--- a/src/code-stub-assembler.h
+++ b/src/code-stub-assembler.h
@@ -455,10 +455,9 @@ class CodeStubAssembler : public compiler::CodeAssembler {
compiler::Node* map, Label* if_handler,
Variable* var_handler, Label* if_miss);
- void TryProbeStubCache(StubCache* stub_cache, Code::Flags flags,
- compiler::Node* receiver, compiler::Node* name,
- Label* if_handler, Variable* var_handler,
- Label* if_miss);
+ void TryProbeStubCache(StubCache* stub_cache, compiler::Node* receiver,
+ compiler::Node* name, Label* if_handler,
+ Variable* var_handler, Label* if_miss);
void LoadIC(const LoadICParameters* p);
void LoadGlobalIC(const LoadICParameters* p);

Powered by Google App Engine
This is Rietveld 408576698