Object Code Accelerator Manual

Object Code Accelerator Manual528144-003
Glossary-1
Glossary
absolute pathname. An Open System Services (OSS) pathname that begins with a
slash (/) character and is resolved beginning with the root directory. Contrast with
relative pathname.
accelerate. To speed up emulated execution of a TNS object file by applying the
Accelerator for TNS/R system execution or the Object Code Accelerator (OCA) for
TNS/E system execution before running the object file.
accelerated mode. See TNS accelerated mode.
accelerated object code. The MIPS RISC instructions (in the MIPS region) that result from
processing a TNS object file with the Accelerator or the Intel® Itanium® instructions (in
the Itanium instruction region) that result from processing a TNS object file with the
Object Code Accelerator (OCA).
accelerated object file. A TNS object file that, in addition to its TNS instructions (in the
TNS region) and symbol information (in the symbol region), has been augmented by
the Accelerator with equivalent but faster MIPS RISC instructions (in the MIPS region),
the Object Code Accelerator (OCA) with equivalent but faster Intel® Itanium®
instructions (in the Itanium instruction region), or both.
Accelerator. A program optimization tool that processes a TNS object file and produces an
accelerated object file that also contains equivalent MIPS RISC instructions (called the
MIPS region). TNS object code that is accelerated runs faster on TNS/R processors
than TNS object code that is not accelerated. See also TNS Object Code Accelerator
(OCA).
Accelerator region of an object file. The region (called the MIPS region) of an object file
that contains MIPS RISC instructions and tables necessary to execute the object file
on a TNS/R system in accelerated mode. The Accelerator creates this region. Contrast
with OCA region of an object file. See also accelerated object file.
access mode. A file attribute that determines what operations you can perform on the file,
like reading and writing.
active backup. A programming technique used to achieve fault tolerance in application
programs. In active backup programming, a program executes as a process pair: a
primary process, which performs the application processing, and a backup process,
which is ready to take over execution if the primary process fails.
active process. The process that is currently using the instruction processing unit of the
processor module. Contrast with inactive process.
address space. The memory locations to which a process has access.