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

Unified Diff: src/interpreter/bytecode-array-builder.h

Issue 2504153002: [TypeFeedbackVector] Root literal arrays in function literals slots (Closed)
Patch Set: REBASE. Created 4 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
Index: src/interpreter/bytecode-array-builder.h
diff --git a/src/interpreter/bytecode-array-builder.h b/src/interpreter/bytecode-array-builder.h
index 280bb0460acaad6c1d84d3e70595c346883dd28c..b8b8aa85eab1f54cb4f258cc655c3e4ab84e6b36 100644
--- a/src/interpreter/bytecode-array-builder.h
+++ b/src/interpreter/bytecode-array-builder.h
@@ -162,7 +162,7 @@ class V8_EXPORT_PRIVATE BytecodeArrayBuilder final
// Create a new closure for a SharedFunctionInfo which will be inserted at
// constant pool index |entry|.
- BytecodeArrayBuilder& CreateClosure(size_t entry, int flags);
+ BytecodeArrayBuilder& CreateClosure(size_t entry, int slot, int flags);
// Create a new local context for a |scope_info| and a closure which should be
// in the accumulator.

Powered by Google App Engine
This is Rietveld 408576698