Status: New
Owner: ----

New issue 1746 by [email protected]: Irregexp with trace_regexp_assembler is broken in debug mode
http://code.google.com/p/v8/issues/detail?id=1746

kMIPSImplementation is added to RegExpMacroAssembler::IrregexpImplementaion. but, RegExpMacroAssemblerTracer is not assume this.

so, assembler->Implementation() for kBytecodeImplementation returns 4, but RegExpMacroAssemblerTracer constructor has ASSERT(type < 4) check.

attached patch to fix it.

Attachments:
        v1.patch  639 bytes

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

Reply via email to