• B
    TCG: remove broken stack allocation for call arguments · 345649c0
    Blue Swirl 提交于
    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: NBlue Swirl <blauwirbel@gmail.com>
    345649c0
tcg.c 66.0 KB