diff options
Diffstat (limited to 'doc/api.html')
-rw-r--r-- | doc/api.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api.html b/doc/api.html index 2d596677..5a57e276 100644 --- a/doc/api.html +++ b/doc/api.html | |||
@@ -122,8 +122,8 @@ argument. | |||
122 | </p> | 122 | </p> |
123 | <p> | 123 | <p> |
124 | If the second argument is <tt>true</tt>, JIT compilation is also | 124 | If the second argument is <tt>true</tt>, JIT compilation is also |
125 | enabled, disabled or flushed recursively for all subfunctions of a | 125 | enabled, disabled or flushed recursively for all sub-functions of a |
126 | function. With <tt>false</tt> only the subfunctions are affected. | 126 | function. With <tt>false</tt> only the sub-functions are affected. |
127 | </p> | 127 | </p> |
128 | <p> | 128 | <p> |
129 | The <tt>jit.on</tt> and <tt>jit.off</tt> functions only set a flag | 129 | The <tt>jit.on</tt> and <tt>jit.off</tt> functions only set a flag |
@@ -252,8 +252,8 @@ This sets the mode for the function at the stack index <tt>idx</tt> or | |||
252 | the parent of the calling function (<tt>idx = 0</tt>). It either | 252 | the parent of the calling function (<tt>idx = 0</tt>). It either |
253 | enables JIT compilation for a function, disables it and flushes any | 253 | enables JIT compilation for a function, disables it and flushes any |
254 | already compiled code or only flushes already compiled code. This | 254 | already compiled code or only flushes already compiled code. This |
255 | applies recursively to all subfunctions of the function with | 255 | applies recursively to all sub-functions of the function with |
256 | <tt>LUAJIT_MODE_ALLFUNC</tt> or only to the subfunctions with | 256 | <tt>LUAJIT_MODE_ALLFUNC</tt> or only to the sub-functions with |
257 | <tt>LUAJIT_MODE_ALLSUBFUNC</tt>. | 257 | <tt>LUAJIT_MODE_ALLSUBFUNC</tt>. |
258 | </p> | 258 | </p> |
259 | 259 | ||