Fix call mechanism and recompilation (bug 609222, r=dmandelin,adrake,m_kato).
commitaa4c5e76359803430839de4fbd473c3555fc21f3
authorDavid Anderson <danderson@mozilla.com>
Wed, 10 Nov 2010 23:49:31 +0000 (10 15:49 -0800)
committerDavid Anderson <danderson@mozilla.com>
Wed, 10 Nov 2010 23:49:31 +0000 (10 15:49 -0800)
treea7fca6cf849ba9c0964102f0e3f7fbb00ab1f220
parent35a5fdc13345c8e0d4f60cd42a0bc91065734c51
Fix call mechanism and recompilation (bug 609222, r=dmandelin,adrake,m_kato).
16 files changed:
js/src/assembler/assembler/X86Assembler.h
js/src/jit-test/tests/jaeger/bug563000/trap-from-add-inline.js [new file with mode: 0644]
js/src/jit-test/tests/jaeger/bug563000/trap-from-add-ool.js [new file with mode: 0644]
js/src/methodjit/BaseAssembler.h
js/src/methodjit/Compiler.cpp
js/src/methodjit/Compiler.h
js/src/methodjit/FastArithmetic.cpp
js/src/methodjit/FastOps.cpp
js/src/methodjit/MachineRegs.h
js/src/methodjit/MethodJIT.h
js/src/methodjit/MonoIC.cpp
js/src/methodjit/Retcon.cpp
js/src/methodjit/Retcon.h
js/src/methodjit/StubCompiler.cpp
js/src/methodjit/StubCompiler.h
js/src/methodjit/TrampolineCompiler.cpp