]> sourceware.org Git - valgrind.git/commit
Bug 493970 - s390x: Drop saving/restoring FPC upon helper call
authorAndreas Arnez <arnez@linux.ibm.com>
Wed, 9 Oct 2024 15:10:08 +0000 (17:10 +0200)
committerAndreas Arnez <arnez@linux.ibm.com>
Wed, 9 Oct 2024 15:10:08 +0000 (17:10 +0200)
commit2b635fd318b6920250338cef6af15011b50a03f2
treee262b8b26cefdbdb380d69e4996251694d527274
parentbbdd783268a56348f824e421ab1306077b2ae70a
Bug 493970 - s390x: Drop saving/restoring FPC upon helper call

Saving the FPC before each helper call and restoring it afterwards creates
unnecessary overhead, and it may also not be desirable.

Drop it.  Also remove the functions in host_s390_defs.c responsible for
emitting LFPC and STFPC instructions.  And since this frees up the FPC
save slot on the stack, adjust the stack layout accordingly.
NEWS
VEX/priv/host_s390_defs.c
VEX/pub/libvex_s390x_common.h
This page took 0.03182 seconds and 5 git commands to generate.