Le 02/02/2018 à 22:11, Florian Weimer a écrit :
* jacob navia:I have in my small C compiler introduced the following construct: #pragma optimize(on/off,push/pop)Not sure what you are after. GCC has something quite similar: <https://gcc.gnu.org/onlinedocs/gcc/Function-Specific-Option-Pragmas.html>
Great!I had never seen it, and the docs in my machine weren't very explicit about that.
I apologize for the noise and thank you for pointing me to that doc. jacob