|
|
|
|
|
by naivete
3053 days ago
|
|
Is your naive preprocessor implementation complete and standards compatible C99? Or just some bastardization of it?
If not the 600 MBps bench is as good as useless. What's the C preprocessor speed of GCC/Clang/MSVC? Any benches? |
|
With clang:
so I'd say that in general, preprocessing time is fairly negligible. A few template instantiations will take much more time to compile.