attemptThePrimitive

fun attemptThePrimitive(primitiveFunction: A_Function, primitive: Primitive): StackReifier?

Attempt the primitive, dynamically checking whether it is an inlineable primitive.

This is used by the L2Chunk.unoptimizedChunk's

Return

The StackReifier, if any.

Parameters

primitiveFunction
primitive