On Jul 18, 2007, at 11:44 AM, Evan Cheng wrote: > >> >> That would also make it easier to make the code be able to use the >> LEAVE >> instruction :). > > LEAVE is a bad idea for modern Intel implementations (slow since it's > micro-coded).
However, anyone interested in AMD performance (where it is apparently a win) should feel free to implement it (controlled by the subtarget info). :) -Chris _______________________________________________ llvm-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
