| Index: runtime/vm/intrinsifier_x64.cc
|
| ===================================================================
|
| --- runtime/vm/intrinsifier_x64.cc (revision 10319)
|
| +++ runtime/vm/intrinsifier_x64.cc (working copy)
|
| @@ -73,7 +73,6 @@
|
|
|
| // Initialize the tags.
|
| // RAX: new object start as a tagged pointer.
|
| - // RCX: new object end address.
|
| // RDI: allocation size.
|
| {
|
| Label size_tag_overflow, done;
|
| @@ -93,7 +92,6 @@
|
| }
|
|
|
| // RAX: new object start as a tagged pointer.
|
| - // RCX: new object end address.
|
| // Store the type argument field.
|
| __ movq(RDI, Address(RSP, kTypeArgumentsOffset)); // type argument.
|
| __ StoreIntoObjectNoBarrier(RAX,
|
|
|