| Index: src/ia32/code-stubs-ia32.cc
|
| diff --git a/src/ia32/code-stubs-ia32.cc b/src/ia32/code-stubs-ia32.cc
|
| index 00265dd7178a5eaa6507961df2850435c1313ee6..ede13e2a1539427b448772a95d527b29609e80fd 100644
|
| --- a/src/ia32/code-stubs-ia32.cc
|
| +++ b/src/ia32/code-stubs-ia32.cc
|
| @@ -6676,6 +6676,7 @@ struct AheadOfTimeWriteBarrierStubList kAheadOfTime[] = {
|
| { ebx, eax, edi, EMIT_REMEMBERED_SET },
|
| // Used in CompileArrayPushCall.
|
| { ebx, ecx, edx, EMIT_REMEMBERED_SET },
|
| + { ebx, edi, edx, OMIT_REMEMBERED_SET },
|
| // Used in CompileStoreGlobal and CallFunctionStub.
|
| { ebx, ecx, edx, OMIT_REMEMBERED_SET },
|
| // Used in StoreStubCompiler::CompileStoreField and
|
| @@ -6684,7 +6685,7 @@ struct AheadOfTimeWriteBarrierStubList kAheadOfTime[] = {
|
| // GenerateStoreField calls the stub with two different permutations of
|
| // registers. This is the second.
|
| { ebx, ecx, edx, EMIT_REMEMBERED_SET },
|
| - // StoreIC::GenerateNormal via GenerateDictionaryStore, CompileArrayPushCall
|
| + // StoreIC::GenerateNormal via GenerateDictionaryStore
|
| { ebx, edi, edx, EMIT_REMEMBERED_SET },
|
| // KeyedStoreIC::GenerateGeneric.
|
| { ebx, edx, ecx, EMIT_REMEMBERED_SET},
|
|
|