Function STANDARD-INSTANCE-ACCESS

Syntax:

standard-instance-access instance location => object

Arguments and values:

instance -- An object.

location -- A slot location.

object -- An object.

Description:

This function is called to provide direct access to a slot in an instance. By usurping the normal slot lookup protocol, this function is intended to provide highly optimized access to the slots associated with an instance.

The following restrictions apply to the use of this function:

The results are undefined if any of these restrictions are not met.