aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDavid Walter Seikel2016-02-19 12:19:37 +1000
committerDavid Walter Seikel2016-02-19 12:19:37 +1000
commite2907417f8a5b75011bcfc810f7c08917b4e6d33 (patch)
treec1e52d4f13172acd46917eb28a63fd0c953ddf6d
parentNo need for those links now. (diff)
downloadSledjHamr-e2907417f8a5b75011bcfc810f7c08917b4e6d33.zip
SledjHamr-e2907417f8a5b75011bcfc810f7c08917b4e6d33.tar.gz
SledjHamr-e2907417f8a5b75011bcfc810f7c08917b4e6d33.tar.bz2
SledjHamr-e2907417f8a5b75011bcfc810f7c08917b4e6d33.tar.xz
Streaming source code idea.
-rw-r--r--docs/LuaSL-New-scripting-engine.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/LuaSL-New-scripting-engine.html b/docs/LuaSL-New-scripting-engine.html
index b8c730f..28049a2 100644
--- a/docs/LuaSL-New-scripting-engine.html
+++ b/docs/LuaSL-New-scripting-engine.html
@@ -909,6 +909,9 @@ _LSL.stateChange(_defaultState)
909--// End of generated code. 909--// End of generated code.
910 910
911</pre> 911</pre>
912
913<p>Here's a wild idea - streaming source code. Start feeding the .lua files to the compiler when you start downloading it, so it compiles as it's downloading. Dunno yet if that would help, might just get stuck early on waiting for the entire file.</p>
914
912<p><br /> This work is licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.</p> 915<p><br /> This work is licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.</p>
913</body> 916</body>
914</html> 917</html>