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
dylan: Ensure important object slots are guaranteed initialized
Slots that the compiler knows are aways initialized don't need to be
checked for %unbound when they are accessed, reducing overhead.
* sources/dylan/new-dispatch.dylan
(<dispatch-state>): Add dummy initializations to slots that don't
already have them (%ds-gf, %ds-parent, %ds-args, %ds-argnum-set,
%ds-headed-methods).
* sources/dylan/condition.dylan
(<handler>): Mark all slot init keywords as required.
0 commit comments