MPE/iX Intrinsics Reference Manual (32650-90875)
404 Chapter7
Command Definitions (HP32208-HPLOACNMPROC)
HPLOADCMPROCEDURE
defines the subsystem that set the status information. The subsystem
identifier for HPLOADCMPROCEDURE is 105.
Operation Notes
The HPLOADCMPROCEDURE intrinsic helps you avoid switching by name overhead. Switching
by name incurs the overhead of forming a hash probe out of the target procedure's name
and finding the name in a hash table in order to obtain the procedure's plabel. You can
eliminate this overhead by obtaining the target procedure's plabel through the
HPLOADCMPROCEDURE intrinsic. You can then supply the result returned by
HPLOADCMPROCEDURE as the value of the
procname
parameter in the call to the
HPSWITCHTOCM intrinsic.
Related Information
Manual Switch Programming Guide