aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@digia.com>2014-08-05 10:51:57 +0200
committerErik Verbruggen <erik.verbruggen@digia.com>2014-08-14 09:08:58 +0200
commitbd6f3aa14685060f468e7e372f1044394f806a04 (patch)
tree435e43b3f6f411df7e92621a00161ebf86a34803 /src/3rdparty
parente05ba6967edfe288044d6c397fbb541c67eddead (diff)
V4 JIT: fix stack use below stack pointer
When storing a double value returned from a function call on platforms where the value wouldn't fit in a register, we used to store it on the stack and then load it into a FP register. This stack use was done without first lowering the stack pointer. For x86 and ARM, the value is loaded directly into the FP register, and for other non-64-bit platforms it correctly allocates the stack slot. Change-Id: Idbc260038958a036ac2a7383d845199626decc8e Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/3rdparty')
0 files changed, 0 insertions, 0 deletions