Hi H.J. > We have 2 different proposals for program properties. Mine: > > https://sourceware.org/ml/gnu-gabi/2016-q4/msg00025.html > > has a much smaller scope. New features on upcoming Intel platforms, > like 5-level paging, need this extension for loader decision at run-time. > How should we move forward with program property extensions?
I would like to combine the two approaches. Ie use your notes for properties that need to be examined at run-time (specifically the loader, although I imagine that the application itself might be interested in reading its own notes). Plus use the note scheme I am proposing for static analysis tools. I am currently using a gcc plugin to generate the notes, and I think that this should be extendable to generate your notes as well. (Using a plugin is advantageous in that it is not tied to the latest gcc release. It can be built to run with older gcc's, and it can be updated independently of the gcc release cycle). What do you think ? Cheers Nick _______________________________________________ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org