| Index: src/a64/builtins-a64.cc
|
| diff --git a/src/a64/builtins-a64.cc b/src/a64/builtins-a64.cc
|
| index ee6654ab758fd22b31c29bfbb686bf4c3795693e..34156b31621db9a192668da50eaf3e8b3bcd7ae7 100644
|
| --- a/src/a64/builtins-a64.cc
|
| +++ b/src/a64/builtins-a64.cc
|
| @@ -684,8 +684,6 @@ static void Generate_JSEntryTrampolineHelper(MacroAssembler* masm,
|
| // Compute the copy end address.
|
| __ Add(x10, argv, Operand(argc, LSL, kPointerSizeLog2));
|
|
|
| - // TODO(all): This can potentially be optimized with ldp/stp to speed up
|
| - // arguments passing from C++ to JS.
|
| __ B(&entry);
|
| __ Bind(&loop);
|
| __ Ldr(x11, MemOperand(argv, kPointerSize, PostIndex));
|
|
|