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

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: 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 a3460f797e5385cfe76e29f55449a478f48181c1..ed70ef83fedb24f5f54da674126b4df6e1f85a7d 100644
--- a/src/code-stub-assembler.h
+++ b/src/code-stub-assembler.h
@@ -449,10 +449,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);
« no previous file with comments | « src/arm64/code-stubs-arm64.cc ('k') | src/code-stub-assembler.cc » ('j') | src/type-info.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698