opnoindi.gml

来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 24 行

GML
24
字号
.*
.*
.option NOINDIRECT
.*
.np
The "NOINDIRECT" option suppresses the generation of overlay vectors
for symbols that are referenced indirectly (their address is taken)
when the module containing the symbol is not an ancestor of at least
one module that indirectly references the symbol.
This can greatly reduce the number of overlay vectors and is a safe
optimization provided there are no indirect calls to these symbols.
If, for example, the set of symbols that are called indirectly is
known, you can use the "VECTOR" option to force overlay vectors for
these symbols.
.np
The format of the "NOINDIRECT" option (short form "NOI") is as
follows.
.mbigbox
    OPTION NOINDIRECT
.embigbox
.np
For more information on overlays,
see the section entitled :HDREF refid='useover'..

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?