------- Comment #3 from pinskia at gcc dot gnu dot org 2006-04-21 03:19 ------- Did you know sibcalling reduces the stack usage in fact it is kinda stupid to have a function call overhead to create a stack?
Therefor the asm should instead create the stack. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27234