Displaying 3 results from an estimated 3 matches for "pop_options".
Did you mean:
pod_options
2013 Apr 24
0
[LLVMdev] [cfe-dev] [PROPOSAL] per-function optimization level control
...n added to
> allow
> users to set the optimization level on a per function basis.
>
> http://gcc.gnu.org/onlinedocs/gcc/Function-Specific-Option-Pragmas.html
> describes the pragmas as
> #pragma GCC optimize ("string")
> #pragma GCC push_options
> #pragma GCC pop_options
> #pragma GCC reset_options
>
> Instead of imitating GCC's syntax, I think it would be better to use a
> syntax
> consistent with existing pragma clang diagnostics:
>
> #pragma clang optimize push
> #pragma clang optimize "string"
> #pragma clang opt...
2013 Apr 24
3
[LLVMdev] [PROPOSAL] per-function optimization level control
...ction specific option pragmas have been added to
allow
users to set the optimization level on a per function basis.
http://gcc.gnu.org/onlinedocs/gcc/Function-Specific-Option-Pragmas.html
describes the pragmas as
#pragma GCC optimize ("string")
#pragma GCC push_options
#pragma GCC pop_options
#pragma GCC reset_options
Instead of imitating GCC's syntax, I think it would be better to use a
syntax
consistent with existing pragma clang diagnostics:
#pragma clang optimize push
#pragma clang optimize "string"
#pragma clang optimize pop
Each directive would have its...
2013 Apr 24
1
[LLVMdev] [cfe-dev] [PROPOSAL] per-function optimization level control
...t; users to set the optimization level on a per function basis.
>>
>> http://gcc.gnu.org/onlinedocs/gcc/Function-Specific-Option-Pragmas.html
>> describes the pragmas as
>> #pragma GCC optimize ("string")
>> #pragma GCC push_options
>> #pragma GCC pop_options
>> #pragma GCC reset_options
>>
>> Instead of imitating GCC's syntax, I think it would be better to use a
>> syntax
>> consistent with existing pragma clang diagnostics:
>>
>> #pragma clang optimize push
>> #pragma clang optimize "strin...