]> git.unchartedbackwaters.co.uk Git - francis/libjit.git/commit
Add support for outgoing parameter areas, which should reduce
authorRhys Weatherley <rweather@southern-storm.com.au>
Thu, 10 Jun 2004 02:05:56 +0000 (02:05 +0000)
committerRhys Weatherley <rweather@southern-storm.com.au>
Thu, 10 Jun 2004 02:05:56 +0000 (02:05 +0000)
commit8fd3a119dc9cc93848c66348817b215b8e236724
treed3829846afd3f49490feeee1813f5293b885861b
parentac58f0a8ae756dd166ea1f782fb2d0d0bda1d493
Add support for outgoing parameter areas, which should reduce
the overhead of function calls that involve stacked arguments
on non-x86 platforms; use parameter areas in the ARM back end.
ChangeLog
include/jit/jit-insn.h
include/jit/jit-opcode.h
include/jit/jit-plus.h
jit/jit-insn.c
jit/jit-internal.h
jit/jit-interp.c
jit/jit-opcode.c
jit/jit-rules-arm.c
jit/jit-rules-arm.sel
jitplus/jit-plus-function.cpp