aboutsummaryrefslogtreecommitdiff
path: root/doc/running.html
diff options
context:
space:
mode:
authorMike Pall <mike>2025-11-06 00:42:02 +0100
committerMike Pall <mike>2025-11-06 00:42:02 +0100
commit68354f444728ef99bb51bb4d86e8f1b40853a898 (patch)
tree463fbbf061588513d07f675c579cc69f2aa19eaa /doc/running.html
parent3c7b158b799405545775f7ec52e17019fcf6ace8 (diff)
downloadluajit-68354f444728ef99bb51bb4d86e8f1b40853a898.tar.gz
luajit-68354f444728ef99bb51bb4d86e8f1b40853a898.tar.bz2
luajit-68354f444728ef99bb51bb4d86e8f1b40853a898.zip
Allow mcode allocations outside of the jump range to the support code.
Thank you for your patience. #285
Diffstat (limited to 'doc/running.html')
-rw-r--r--doc/running.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/running.html b/doc/running.html
index f71eee42..56d4c7bf 100644
--- a/doc/running.html
+++ b/doc/running.html
@@ -299,9 +299,9 @@ Here are the parameters and their default settings:
299<tr class="even"> 299<tr class="even">
300<td class="param_name">recunroll</td><td class="param_default">2</td><td class="param_desc">Min. unroll factor for true recursion</td></tr> 300<td class="param_name">recunroll</td><td class="param_default">2</td><td class="param_desc">Min. unroll factor for true recursion</td></tr>
301<tr class="odd separate"> 301<tr class="odd separate">
302<td class="param_name">sizemcode</td><td class="param_default">32</td><td class="param_desc">Size of each machine code area in KBytes (Windows: 64K)</td></tr> 302<td class="param_name">sizemcode</td><td class="param_default">64</td><td class="param_desc">Size of each machine code area in KBytes</td></tr>
303<tr class="even"> 303<tr class="even">
304<td class="param_name">maxmcode</td><td class="param_default">512</td><td class="param_desc">Max. total size of all machine code areas in KBytes</td></tr> 304<td class="param_name">maxmcode</td><td class="param_default">2048</td><td class="param_desc">Max. total size of all machine code areas in KBytes</td></tr>
305</table> 305</table>
306<br class="flush"> 306<br class="flush">
307</div> 307</div>