Eliminate the computed goto in x64 varargs.
Use a simple test and branch vs 0 instead. Which also allows us to avoid funny code emission problems as well. From-SVN: r162384
Showing
Please
register
or
sign in
to comment
Use a simple test and branch vs 0 instead. Which also allows us to avoid funny code emission problems as well. From-SVN: r162384