Re: [Dwarf-Discuss] question on address spaces

2015-10-16 Thread Michael Eager
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

[Dwarf-Discuss] question on address spaces

2015-10-05 Thread Ashutosh Pal
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