1.This pragma allows you to set a given optimization level on a function-by-function basis.
通过该杂注,可以对每个函数设置一个给定优化级别。
2.Pragma in an optimized build, the pragma has no effect.
杂注,则该杂注无效。
3.Pragma to turn off optimization for that section.
杂注对该代码节关闭优化。
4.By default, environment access is disable for the fp: precise mode, though it may be explicitly enabled using this pragma.
默认情况下,对fp:precise模式禁用环境访问,尽管可以使用该杂注显式启用它。
5.The "pragma: no cache" header tells the server not to return a cached copy but to ensure that the information is as fresh as possible.
在“杂注:非缓存”头告诉服务器不要返回一个缓存拷贝,而是要确保信息是尽可能新鲜的。
6.The fp_contract pragma specifies whether floating-point expressions can be contracted.
fp_contract杂注规定了是否可以化简浮点表达式。
7.The name of a recognized pragma .
可识别杂注的名称。
8.The contraction optimization can be independently controlled using the fp_contract compiler pragma.
该化简优化可以使用fp_contract编译器杂注单独进行控制。
9.Latina insurance campaign entitled "Crosswalks are safer. " Agency: Pragma DDB, Lima, Peru.
拉丁保险公司的广告标题是“人行道更安全。”广告商是秘鲁利马的PragmaDDB公司。
10.So when defining your HLASM program in your C code, you will have to include a #pragma statement defining the different linkage.
因此,在用C代码定义HLASM程序时,必须用#pragma语句定义不同的链接。