summaryrefslogtreecommitdiff
path: root/doc/ext_jit.html
diff options
context:
space:
mode:
authorMike Pall <mike>2010-11-16 15:05:21 +0100
committerMike Pall <mike>2010-11-16 15:05:21 +0100
commit751ff5b392be1a556047a90fb846531d429392cf (patch)
tree98dc7db13116ff4b66baacece14e726a4bf3f8f2 /doc/ext_jit.html
parent24baf7795574ca40be2c2be8da8cd483551a546a (diff)
downloadluajit-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.html9
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
127is represented by the decimal number xxyyzz. 127is represented by the decimal number xxyyzz.
128</p> 128</p>
129 129
130<h3 id="jit_os"><tt>jit.os</tt></h3>
131<p>
132Contains 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>
132Contains the target architecture name (CPU and optional ABI). 138Contains the target architecture name:
139"x86", "x64" or "ppcspe".
133</p> 140</p>
134 141
135<h2 id="jit_opt"><tt>jit.opt.*</tt> &mdash; JIT compiler optimization control</h2> 142<h2 id="jit_opt"><tt>jit.opt.*</tt> &mdash; JIT compiler optimization control</h2>