Revision: 9513
Author: [email protected]
Date: Tue Oct 4 04:38:12 2011
Log: Adjust contents of kAheadOfTime to match write-barrier stub
called from CompileArrayPushCall.
[email protected]
BUG=v8:1729
Review URL: http://codereview.chromium.org/8113034
http://code.google.com/p/v8/source/detail?r=9513
Modified:
/branches/bleeding_edge/src/ia32/code-stubs-ia32.cc
/branches/bleeding_edge/tools/gcmole/gccause.lua
=======================================
--- /branches/bleeding_edge/src/ia32/code-stubs-ia32.cc Tue Oct 4 02:07:50
2011
+++ /branches/bleeding_edge/src/ia32/code-stubs-ia32.cc Tue Oct 4 04:38:12
2011
@@ -6665,6 +6665,7 @@
{ 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
@@ -6673,7 +6674,7 @@
// 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},
=======================================
--- /branches/bleeding_edge/tools/gcmole/gccause.lua Mon May 16 02:06:16
2011
+++ /branches/bleeding_edge/tools/gcmole/gccause.lua Tue Oct 4 04:38:12
2011
@@ -48,6 +48,8 @@
T[f] = true
TrackCause(f, (lvl or 0) + 1)
end
+
+ if f == '<GC>' then break end
end
end
end
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev