Removing debug_statement_code I have to fix the ExitFrame::code method with uses
it.

A I understand ExitFrame::code and MacroAssembler::EnterExitFramePrologue (or MacroAssembler::EnterExitFrame in ARM) both use zero to mark the debug C-entry
stub. Since this mark is not used anywhere else I left only general case (at
least I haven't found any using and removing it doesn't bake tests).

The changes code was introduced in this CL:
http://codereview.chromium.org/330017 which was reviewed by Erik Corry. Erik,
please, review my CL too (at least the
ExitFrame::code/MacroAssembler::EnterExitFramePrologue part).


http://codereview.chromium.org/561049/diff/1/24
File src/heap.h (right):

http://codereview.chromium.org/561049/diff/1/24#newcode104
src/heap.h:104: V(Code, debugger_statement_code, DebuggerStatementCode)
                    \
On 2010/02/03 21:46:47, Søren Gjesse wrote:
You should be able to remove this root as well.

Done.

http://codereview.chromium.org/561049

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to