For the static function calls, don't bother loading a register with
the raw address before calling, saving two bytes. This was probably done in case the static function is a closure, but to work this would need to load EAX with the fdefn pointer and jump to the fdefn raw slot - none of the static functions are closures anyway.
Please register or sign in to comment