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

Unified Diff: src/compiler/js-native-context-specialization.h

Issue 2210883002: [turbofan] Add support for "ignore OOB stores" to typed arrays. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « no previous file | src/compiler/js-native-context-specialization.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/js-native-context-specialization.h
diff --git a/src/compiler/js-native-context-specialization.h b/src/compiler/js-native-context-specialization.h
index 3ff9a253bcd4ceb34977d5e6aac667598fd4360b..f9bc0145ca7c597eaa47339536b845436e7f25ab 100644
--- a/src/compiler/js-native-context-specialization.h
+++ b/src/compiler/js-native-context-specialization.h
@@ -109,12 +109,10 @@ class JSNativeContextSpecialization final : public AdvancedReducer {
AccessMode access_mode);
// Construct the appropriate subgraph for element access.
- ValueEffectControl BuildElementAccess(Node* receiver, Node* index,
- Node* value, Node* effect,
- Node* control,
- Handle<Context> native_context,
- ElementAccessInfo const& access_info,
- AccessMode access_mode);
+ ValueEffectControl BuildElementAccess(
+ Node* receiver, Node* index, Node* value, Node* effect, Node* control,
+ Handle<Context> native_context, ElementAccessInfo const& access_info,
+ AccessMode access_mode, KeyedAccessStoreMode store_mode);
// Construct an appropriate map check.
Node* BuildCheckMaps(Node* receiver, Node* effect, Node* control,
« no previous file with comments | « no previous file | src/compiler/js-native-context-specialization.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698