View | Details | Raw Unified | Return to bug 18467
Collapse All | Expand All

(-)kobj.9.new (-1 / +1 lines)
Lines 99-105 Link Here
99
.Fn kobj_class_compile
99
.Fn kobj_class_compile
100
and
100
and
101
.Fn kobj_class_free
101
.Fn kobj_class_free
102
are used to process a class description to make method despatching
102
are used to process a class description to make method dispatching
103
efficient.
103
efficient.
104
A client should not normally need to call these since a class
104
A client should not normally need to call these since a class
105
will automatically be compiled the first time it is used.
105
will automatically be compiled the first time it is used.

Return to bug 18467