aboutsummaryrefslogtreecommitdiff
path: root/doc/ext_jit.html
diff options
context:
space:
mode:
authorMike Pall <mike>2023-08-21 02:38:56 +0200
committerMike Pall <mike>2023-08-21 02:38:56 +0200
commitf0ff869bc2fffa17bb765c4c773457578da125a9 (patch)
treea439bf4fe179352af5a6808ab5c5d4584cff197e /doc/ext_jit.html
parentef587afb2cd7267c0defd04aa642593b76a6b23d (diff)
parentc34594681909cac98d44629863df2c7afd93eaf0 (diff)
downloadluajit-f0ff869bc2fffa17bb765c4c773457578da125a9.tar.gz
luajit-f0ff869bc2fffa17bb765c4c773457578da125a9.tar.bz2
luajit-f0ff869bc2fffa17bb765c4c773457578da125a9.zip
Merge branch 'master' into v2.1
Diffstat (limited to 'doc/ext_jit.html')
-rw-r--r--doc/ext_jit.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/ext_jit.html b/doc/ext_jit.html
index 7bf9f343..dd136d65 100644
--- a/doc/ext_jit.html
+++ b/doc/ext_jit.html
@@ -46,9 +46,9 @@
46<a href="ext_profiler.html">Profiler</a> 46<a href="ext_profiler.html">Profiler</a>
47</li></ul> 47</li></ul>
48</li><li> 48</li><li>
49<a href="status.html">Status</a> 49<a href="https://luajit.org/status.html">Status <span class="ext">&raquo;</span></a>
50</li><li> 50</li><li>
51<a href="faq.html">FAQ</a> 51<a href="https://luajit.org/faq.html">FAQ <span class="ext">&raquo;</span></a>
52</li><li> 52</li><li>
53<a href="https://luajit.org/list.html">Mailing List <span class="ext">&raquo;</span></a> 53<a href="https://luajit.org/list.html">Mailing List <span class="ext">&raquo;</span></a>
54</li></ul> 54</li></ul>
@@ -135,7 +135,9 @@ Contains the LuaJIT version string.
135<h3 id="jit_version_num"><tt>jit.version_num</tt></h3> 135<h3 id="jit_version_num"><tt>jit.version_num</tt></h3>
136<p> 136<p>
137Contains the version number of the LuaJIT core. Version xx.yy.zz 137Contains the version number of the LuaJIT core. Version xx.yy.zz
138is represented by the decimal number xxyyzz. 138is represented by the decimal number xxyyzz.<br>
139<b>DEPRECATED after the switch to
140<a href="https://luajit.org/status.html#release"><span class="ext">&raquo;</span>&nbsp;rolling releases</a>. zz is frozen at 99.</b>
139</p> 141</p>
140 142
141<h3 id="jit_os"><tt>jit.os</tt></h3> 143<h3 id="jit_os"><tt>jit.os</tt></h3>