• R
    trivial optimization to printf: avoid wasted call frame · 4c346919
    Rich Felker 提交于
    amusingly, this cuts more than 10% off the run time of printf("a"); on
    the machine i tested it on.
    
    sadly the same optimization is not possible for snprintf without
    duplicating all the pseudo-FILE setup code, which is not worth it.
    4c346919
printf.c 180 字节