in reply to Re^4: Writing Interpreters, Compilers and Translators in Perl
in thread Writing Interpreters, Compilers and Translators in Perl
Yeah, but a lot more people and architectures have C compilers, so if your goal is to portably generate reasonably fast machine code, and you don't have time to mess with low-level optimization and code generation, "gcc -O3" is the way to go.