Home
last modified time | relevance | path

Searched hist:"345649 c054648ce5812bb2b247969d188dcb0f87" (Results 1 – 1 of 1) sorted by relevance

/qemu/tcg/
H A Dtcg.c345649c054648ce5812bb2b247969d188dcb0f87 Sat May 28 07:13:05 UTC 2011 Blue Swirl <blauwirbel@gmail.com> TCG: remove broken stack allocation for call arguments

The code for stack allocation for call arguments is way too simplistic
to actually work on targets with non-trivial stack allocation policies,
e.g. ppc64. We've also already allocated TCG_STATIC_CALL_ARGS_SIZE worth
of stack for calls which should be well more than any helper needs.

Remove broken dynamic stack allocation code and replace it with an assert.
Should dynamic stack allocation ever be needed again, target specific
functions should be added.

Thanks to Richard Henderson for the analysis.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>