| Index: src/ia32/code-stubs-ia32.cc
|
| diff --git a/src/ia32/code-stubs-ia32.cc b/src/ia32/code-stubs-ia32.cc
|
| index 9622e7355801cd7c15655a239f9146503aa373ac..c79a77853be9788f93ee537c758245e3df14e5b9 100644
|
| --- a/src/ia32/code-stubs-ia32.cc
|
| +++ b/src/ia32/code-stubs-ia32.cc
|
| @@ -6509,8 +6509,6 @@ void RecordWriteStub::InformIncrementalMarker(MacroAssembler* masm, Mode mode) {
|
| __ mov(Operand(esp, 2 * kPointerSize),
|
| Immediate(ExternalReference::isolate_address()));
|
|
|
| - // TODO(gc): Create a fast version of this C function that does not duplicate
|
| - // the checks done in the stub.
|
| if (mode == INCREMENTAL_COMPACTION) {
|
| __ CallCFunction(
|
| ExternalReference::incremental_evacuation_record_write_function(
|
|
|