call-effect-ic ( quot effect inline-cache -- )


Vocabulary
compiler.tree.propagation.call-effect

Inputs
quota quotation
effectan effect
inline-cachean inline-cache


Outputs
None

Word description
Checks if there is a hit in the call effect inline cache and if so calls the quotation using call-effect-unsafe. If there isn't a hit, the quotation is called in a slow way and the cache is updated.

Definition