| Index: src/x64/code-stubs-x64.cc
|
| diff --git a/src/x64/code-stubs-x64.cc b/src/x64/code-stubs-x64.cc
|
| index 084507fb6ccbae9dad93470b7cbf12d09b31f53b..c58bc98c3177adf51a3af027031d1fe6ba5e0008 100644
|
| --- a/src/x64/code-stubs-x64.cc
|
| +++ b/src/x64/code-stubs-x64.cc
|
| @@ -5494,8 +5494,6 @@ void RecordWriteStub::InformIncrementalMarker(MacroAssembler* masm, Mode mode) {
|
| __ movq(arg2, Operand(address, 0));
|
| }
|
| __ LoadAddress(arg3, ExternalReference::isolate_address());
|
| - // TODO(gc): Create a fast version of this C function that does not duplicate
|
| - // the checks done in the stub.
|
| int argument_count = 3;
|
| __ PrepareCallCFunction(argument_count);
|
| if (mode == INCREMENTAL_COMPACTION) {
|
|
|