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

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

Issue 2571563004: [Turbofan] Implement super calls with spread bytecode in assembly code. (Closed)
Patch Set: Change arm64 loop to be similar to the rest Created 3 years, 11 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/interpreter/bytecode-array-builder.h
diff --git a/src/interpreter/bytecode-array-builder.h b/src/interpreter/bytecode-array-builder.h
index 82b0e3e5ec11020ebcbcc1c350dcf0b7b946f42e..ed0873150472835800dbd39717845efcffe9d44e 100644
--- a/src/interpreter/bytecode-array-builder.h
+++ b/src/interpreter/bytecode-array-builder.h
@@ -246,7 +246,7 @@ class V8_EXPORT_PRIVATE BytecodeArrayBuilder final
// Call the constructor in |args[0]| with new_target in |args[1]| and the
// arguments starting at |args[2]| onwards. The final argument must be a
// spread.
rmcilroy 2017/01/11 15:24:45 Please update comment
petermarshall 2017/01/11 16:50:03 Done
- BytecodeArrayBuilder& NewWithSpread(RegisterList args);
+ BytecodeArrayBuilder& NewWithSpread(Register constructor, RegisterList args);
// Operators (register holds the lhs value, accumulator holds the rhs value).
// Type feedback will be recorded in the |feedback_slot|

Powered by Google App Engine
This is Rietveld 408576698