You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expanding a definition used as a macro in CClosure.
While thought as a macro, the with_stats function was calling lazy + Lazy.force,
which has a remarkable cost in the implementation, as it allocates and breaches
the write barrier. We simply expand the definition twice, breaking the
abstraction but gaining in performance.
0 commit comments