Zef interpreter after Optimization #16: Specialize sqrt
Before this change, doing x.sqrt would result in a slow path call that cascades through a bynch of Symbol* comparisons to realize that weβre using the sqrt operator.
This adds inline caching to Dot to handle the sqrt case.
1.6% speed-up.
This is displaying a diff from the previous version of the Zef interpreter.