[Bug tree-optimization/69196] code size regression with jump threading at -O2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69196 --- Comment #4 from Sebastian Huber --- I did a very rough check to see which code is faster on the PSIM/GDB simulator using the following input data: void printk(const char *fmt, ...) { va_list ap; va_start(ap, fmt); vprintk(fmt, ap);
[Bug tree-optimization/69196] code size regression with jump threading at -O2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69196 Eric Botcazou changed: What|Removed |Added Target|sparc | Status|UNCONFIRMED