|
|
|
|
|
by debugnik
289 days ago
|
|
> run-time performance is much worse (2.5x slower than LLVM -O0) How come? The Copy-and-Patch Compilation paper reports: > The generated code runs [...] 14% faster than LLVM -O0. I don't have time right now to compare your approach and benchmark to theirs, but I would have expected comparable performance from what I had read back then. |
|
The fact that they don't do a comparison against LLVM on larger benchmarks/functions or any other code they haven't written themselves makes that single number rather questionable for a general claim of being faster than LLVM -O0.