* 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>