Displaying 1 result from an estimated 1 matches for "8f58277a".
2015 Dec 04
4
[RFC] [ARM] Execute only support
Hi,
I'm planning to implement "execute only" support in the ARM code generator.
This basically means that the compiler will not generate data access to the
generated code sections (e.g. data and code are strictly separated into
different sections). Outline:
- Add the subtarget feature/attribute "execute-only" to the ARM
code generator to enable the feature.