Open phadej opened 7 months ago
So every single call has these functions replicated. Is this intentional? This causes code-bloat for questionable performance benefits (the known call is not that slow).
I'd gladly take a PR replacing INLINE with INLINABLE.
INLINE
INLINABLE
So every single call has these functions replicated. Is this intentional? This causes code-bloat for questionable performance benefits (the known call is not that slow).