.Fn kobj_class_compile
and
.Fn kobj_class_free
are used to process a class description to make method despatching
are used to process a class description to make method dispatching
efficient.
A client should not normally need to call these since a class
will automatically be compiled the first time it is used.