On 10/05/2015 11:53 PM, Ashutosh Pal wrote:
Hi Dwarf Experts,
We have processor architectures that have multiple overlapping address spaces.
Our compiler
tool-chain can map data variables (locals and globals) to these address spaces.
For example:
int GMEMX array1[100]; // allocates to GMEMX
Hi Dwarf Experts,
We have processor architectures that have multiple overlapping address spaces.
Our compiler tool-chain can map data variables (locals and globals) to these
address spaces. For example:
int GMEMX array1[100]; // allocates to GMEMX
int GMEMY array2[100]; // allocates to GMEMY