Intel i960 User Manual page 333

Processor compiler
Hide thumbs Also See for i960:
Table of Contents

Advertisement

i960 Compiler User's Guide
dead function
execution environment
floating-point registers
gcdm960
global registers
gmpf960
inline assembly
language
inline function
expansion
instruction set
instrument
instrumented program
interrupt handler
Glossary-2
A function which cannot be referenced during the profile
recompilation step. If a function has been in-lined at all
known call sites, or if the function is never referenced, then
the function is dead.
The hardware and software of the system on which your
program executes.
Registers
through
fp0
on-chip floating-point support.
The decision-making tool that analyzes profile data to
make optimization decisions.
Registers
through
g0
g15
The utility that merges execution profiles for use by
gcdm960.
Assembly-language statements or functions in the C source
text.
Replacing a function call with the instructions that
comprise the function, rather than calling the function.
The set of all possible executable instructions.
Insert new code into an existing program so that execution
data is recorded at runtime.
A program that has had record keeping code inserted to
allow creation of a run-time profile of the program's
execution.
A function to be called when an interrupt occurs.
, available on processors with
fp3
.

Advertisement

Table of Contents
loading

Table of Contents