diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-06-03 17:48:07 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-06-03 17:48:07 +0200 |
commit | 2baf7a6e001951d08098149d80d7ce79e7035a16 (patch) | |
tree | b5dfa1ffddac0eaa29fdec5eda3c290b1e58c029 /docs | |
parent | 09635e063c007c4bda684ee21abb55c7470ee0e0 (diff) | |
download | lanes-2baf7a6e001951d08098149d80d7ce79e7035a16.tar.gz lanes-2baf7a6e001951d08098149d80d7ce79e7035a16.tar.bz2 lanes-2baf7a6e001951d08098149d80d7ce79e7035a16.zip |
New global setting "strip_functions"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index c3e8285..0cad4a0 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -436,6 +436,17 @@ | |||
436 | Select the cancellation mode used at Lanes shutdown to request free running lane termination. See <a href="#cancelling">lane cancellation</a>. Default is <tt>"hard"</tt>. | 436 | Select the cancellation mode used at Lanes shutdown to request free running lane termination. See <a href="#cancelling">lane cancellation</a>. Default is <tt>"hard"</tt>. |
437 | </td> | 437 | </td> |
438 | </tr> | 438 | </tr> |
439 | <tr valign=top> | ||
440 | <td id="strip_functions"> | ||
441 | <code>.strip_functions</code> | ||
442 | </td> | ||
443 | <td> | ||
444 | <tt>nil</tt>/<tt>false</tt>/<tt>true</tt> | ||
445 | </td> | ||
446 | <td> | ||
447 | Controls function bytecode stripping when dumping them for lane transfer. Choose between faster copies or more debug info. Default is <tt>true</tt>. | ||
448 | </td> | ||
449 | </tr> | ||
439 | </table> | 450 | </table> |
440 | </p> | 451 | </p> |
441 | 452 | ||