This adds typeDataQuicker functionality and adds Hexagon specific atom handling for typeDataQuicker symbol types.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Is "quicker" the right name? Is that term used elsewhere? I assume this is for the small data that can be accessed with better codegen than regular global data. Do we need to support zero-fill and initialized "quicker" data?
Comment Actions
Yes, We need to support zero filled and initialized quicker data. In addition we need one for commons too. Right now zero filled and commons are being treated similiarly. I am planning to add that functionality in the next set of patches.
typeDataFast