-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Code Generation Tools
-
CODEGEN-12361
-
-
-
default
-
For --lfu compile/links:
for a variable that has LOCATION attribute/pragma combined with either
attribute(update) or attribute(preserve) or default lfu preserve, the
following issues occur:
LOCATION with attribute(preserve) or default lfu preserve:
-----------------------------------------------------------------
For an lfu build, LOCATION attr/pragma is silently ignored when used with
attribute(preserve) or default lfu preserve. The variable's memory address
will be the same as in the reference executable from option: -lfu=ref.out
LOCATION with attribute(update):
--------------------------------------------
For an lfu build, LOCATION attr/pragma is used instead of
attribute(update) and the update attribute is silently ignored.
The variable receives no lfu warm init entry.