Documentation Home
>
Sun Studio 12:C++ 用户指南
>
第 4 部分 附录
>
附录 A C++ 编译器选项
>
A.2 选项参考
>
A.2.165 –xregs=r[ ,r...]
>
A.2.165.1 值
> 示例
Sun Studio 12:C++ 用户指南
Previous
: 缺省值
Next
: 另请参见
示例
要使用所有可用的临时寄存器编译应用程序,请使用
-xregs=appl,float
。
要编译对上下文切换敏感的非浮点代码,请使用
-xregs=no%appl,no%float
。
Previous
: 缺省值
Next
: 另请参见
© 2010, Oracle Corporation and/or its affiliates