Writing a Fast Compiler

2 points | by birdculture an hour ago

1 comments

  • sylware an hour ago

    Have a look at cproc/qbe, 70% of gcc -O3 speed (at the time I did CPU intensive benchmarks), for hardly a few % of gcc code. And it is not even using that grotesquely and absurdely complex c++ syntax.