Hello, I recently spotted that the disassembler can fail when trying to disassemble the deoptimization jump table. Would that be the cause of a bug you are looking at? This is because some data is interleaved within the code (via Assembler::dd) in LCodeGen::GenerateDeoptJumpTable. Currently there is no mechanism to tell the disassembler that there is some data inlined, so it tries to disassemble it and fails if the debug mode is enabled.
Alexandre On Wed, Jun 29, 2011 at 2:38 PM, <[email protected]> wrote: > LGTM > > > http://codereview.chromium.**org/7250002/<http://codereview.chromium.org/7250002/> > > -- > v8-dev mailing list > [email protected] > http://groups.google.com/**group/v8-dev<http://groups.google.com/group/v8-dev> > -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
