set-dispatch-independent-inlining ( word quot -- )


Vocabulary
compiler.tree.propagation.inlining

Inputs
worda word
quota quotation


Outputs
None

Word description
Installs a custom inlining hook whose result does not depend on the owning generic's generated dispatch definition. Callers depend on the hook quotation instead, so rebuilding dispatch after an unrelated method change does not invalidate them. The hook must record any method or class assumptions separately. Replacing the hook through the ordinary word property API restores the conservative definition dependency.

Definition