ICs for scripted calls (bug 587698, r=dmandelin).
commitd8b73a9115f19e352919274e9f1ea198a440fb46
authorDavid Anderson <danderson@mozilla.com>
Fri, 3 Sep 2010 03:04:33 +0000 (2 20:04 -0700)
committerDavid Anderson <danderson@mozilla.com>
Fri, 3 Sep 2010 03:04:33 +0000 (2 20:04 -0700)
treec02e79b70ad5b6df4830fe2b5bc6ffc95a829f83
parent7e68f1020279703eabe1f56f1396c29fe6ecdb0e
ICs for scripted calls (bug 587698, r=dmandelin).
21 files changed:
content/events/test/Makefile.in
js/src/assembler/assembler/MacroAssemblerCodeRef.h
js/src/jsgc.cpp
js/src/jsinterp.h
js/src/jsscript.h
js/src/methodjit/BaseAssembler.h
js/src/methodjit/Compiler.cpp
js/src/methodjit/Compiler.h
js/src/methodjit/FrameState.cpp
js/src/methodjit/FrameState.h
js/src/methodjit/InlineFrameAssembler.h [new file with mode: 0644]
js/src/methodjit/InvokeHelpers.cpp
js/src/methodjit/MachineRegs.h
js/src/methodjit/MethodJIT.cpp
js/src/methodjit/MethodJIT.h
js/src/methodjit/MonoIC.cpp
js/src/methodjit/MonoIC.h
js/src/methodjit/StubCalls.h
js/src/methodjit/TrampolineCompiler.cpp
js/src/methodjit/TrampolineCompiler.h
js/src/trace-test/tests/jaeger/scriptedICs-1.js [new file with mode: 0644]