aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-05-23 17:07:46 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-05-23 17:07:46 +0200
commitbf4114ca8b869054a14374d8493d7024b7d75afb (patch)
tree464990d775a676abbf8400b7aadc8f9b9ec0d57e /docs
parent17ca8b54fdc0aa2df875fc7b80def4dd56959d7f (diff)
downloadlanes-bf4114ca8b869054a14374d8493d7024b7d75afb.tar.gz
lanes-bf4114ca8b869054a14374d8493d7024b7d75afb.tar.bz2
lanes-bf4114ca8b869054a14374d8493d7024b7d75afb.zip
Automatically initialize "jit" module in new lanes
Diffstat (limited to '')
-rw-r--r--docs/index.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html
index 47dc47c..92cc38a 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -500,14 +500,16 @@
500 <table style="width:100%"> 500 <table style="width:100%">
501 <tr> 501 <tr>
502 <td style="width:5%"></td> 502 <td style="width:5%"></td>
503 <td>(nothing)</td> 503 <td>
504 <tt>nil</tt>
505 </td>
504 <td style="width:5%"></td> 506 <td style="width:5%"></td>
505 <td>no standard libraries (default)</td> 507 <td>no standard libraries (default)</td>
506 </tr> 508 </tr>
507 <tr> 509 <tr>
508 <td /> 510 <td />
509 <td> 511 <td>
510 <tt>"base"</tt> or <tt>""</tt> 512 <tt>"base"</tt>
511 </td> 513 </td>
512 <td /> 514 <td />
513 <td> 515 <td>
@@ -658,6 +660,7 @@
658</p> 660</p>
659 661
660<p> 662<p>
663 Any non-<tt>nil</tt> value causes initialization of <tt>"base"</tt> and <tt>"jit"</tt> (the latter only for LuaJIT-based builds).<br/>
661 Initializing the standard libs takes a bit of time at each lane invocation. This is the main reason why "no libraries" is the default. 664 Initializing the standard libs takes a bit of time at each lane invocation. This is the main reason why "no libraries" is the default.
662</p> 665</p>
663 666