Closed
Description
Jakob Kummerow wrote:
I can't reproduce (or explain) your results for "polymorphic functions" with a plain d8 binary. While it always has been and always will be true that polymorphism has a speed cost, it doesn't make sense that a single "obj.length" load amid all the other stuff (creating objects, branching, calling, looping) would cause a 2x slowdown overall, because all the other code (like the empty loop) is not affected by that one polymorphic property load.
How can we update the benchmark in a way that is meaningful? cc @bmeurer @fhinkel @hashseed @TimothyGu
Metadata
Metadata
Assignees
Labels
No labels