|
|
|
|
|
by pvg
827 days ago
|
|
Author mentions they didn't use optimization flags but doesn't include the compilation details. You can sort of guess that (relatively) unoptimized C might perform worse than V8's JIT on short, straight computational code - you're more or less testing two native code generators doing a simple thing except one has more optimizations enabled and wins. |
|
PS: I do not use C beyond reading some of its code for inspiration, so kinda unaware