diff options
author | Mike Pall <mike> | 2010-11-16 15:05:21 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2010-11-16 15:05:21 +0100 |
commit | 751ff5b392be1a556047a90fb846531d429392cf (patch) | |
tree | 98dc7db13116ff4b66baacece14e726a4bf3f8f2 /doc/ext_jit.html | |
parent | 24baf7795574ca40be2c2be8da8cd483551a546a (diff) | |
download | luajit-751ff5b392be1a556047a90fb846531d429392cf.tar.gz luajit-751ff5b392be1a556047a90fb846531d429392cf.tar.bz2 luajit-751ff5b392be1a556047a90fb846531d429392cf.zip |
Add jit.os string.
Diffstat (limited to 'doc/ext_jit.html')
-rw-r--r-- | doc/ext_jit.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/ext_jit.html b/doc/ext_jit.html index d621476b..0d056b35 100644 --- a/doc/ext_jit.html +++ b/doc/ext_jit.html | |||
@@ -127,9 +127,16 @@ Contains the version number of the LuaJIT core. Version xx.yy.zz | |||
127 | is represented by the decimal number xxyyzz. | 127 | is represented by the decimal number xxyyzz. |
128 | </p> | 128 | </p> |
129 | 129 | ||
130 | <h3 id="jit_os"><tt>jit.os</tt></h3> | ||
131 | <p> | ||
132 | Contains the target OS name: | ||
133 | "Windows", "Linux", "OSX", "BSD", "Posix" or "Other". | ||
134 | </p> | ||
135 | |||
130 | <h3 id="jit_arch"><tt>jit.arch</tt></h3> | 136 | <h3 id="jit_arch"><tt>jit.arch</tt></h3> |
131 | <p> | 137 | <p> |
132 | Contains the target architecture name (CPU and optional ABI). | 138 | Contains the target architecture name: |
139 | "x86", "x64" or "ppcspe". | ||
133 | </p> | 140 | </p> |
134 | 141 | ||
135 | <h2 id="jit_opt"><tt>jit.opt.*</tt> — JIT compiler optimization control</h2> | 142 | <h2 id="jit_opt"><tt>jit.opt.*</tt> — JIT compiler optimization control</h2> |