JALv2 PRAGMAs
Prev
Chapter 5. Optimization PRAGMAs
Next
5.4. LOAD_REDUCE
Format:
PRAGMA OPT LOAD_REDUCE { YES | NO | }
YES -- Perform load reduction
* NO -- Do not perform load reduction
Load reduction tracks the value in W and attempts to remove any load into W of a value it already holds.
nb: this is still considered experimental!
Prev
Home
Next
CONST_DETECT
Up
TEMP_REDUCE