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
dfmc-conversion: Improve access to meta-object slots
* sources/dfmc/conversion/define-class-slot-mop.dylan
(slot-guaranteed-initialized-in-class?): Force the compiler to
consider slots in <class>, in particular
class-implementation-class, as guaranteed initialized since both
the compile-time and generic cases initialize these object slots as
immediately as possible. This change reduces the overhead on the
critical path for type checks.
0 commit comments