Skip to content

Commit 60e95ef

Browse files
committed
doc: added new youtube video on luajit bytecode precompilation.
1 parent b9b3964 commit 60e95ef

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

README.markdown

+8
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ Videos
9090

9191
[![Measure Execution Time of Lua Code Correctly in OpenResty](https://img.youtube.com/vi/VkRYW_qLoME/0.jpg)](https://youtu.be/VkRYW_qLoME)
9292

93+
* YouTube video "[Precompile Lua Modules into LuaJIT Bytecode to Speedup OpenResty Startup](https://youtu.be/EP7c0BM2yNo)"
94+
95+
[![Precompile Lua Modules into LuaJIT Bytecode to Speedup OpenResty Startup](https://img.youtube.com/vi/EP7c0BM2yNo/0.jpg)](https://youtu.be/EP7c0BM2yNo)
96+
9397
You are welcome to subscribe to our [official YouTube channel, OpenResty](https://www.youtube.com/channel/UCXVmwF-UCScv2ftsGoMqxhw).
9498

9599
[Back to TOC](#table-of-contents)
@@ -456,6 +460,10 @@ Please submit bug reports, wishlists, or patches by
456460
LuaJIT bytecode support
457461
=======================
458462

463+
Watch YouTube video "[Measure Execution Time of Lua Code Correctly in OpenResty](https://youtu.be/VkRYW_qLoME)"
464+
465+
[![Precompile Lua Modules into LuaJIT Bytecode to Speedup OpenResty Startup](https://img.youtube.com/vi/EP7c0BM2yNo/0.jpg)](https://youtu.be/EP7c0BM2yNo)
466+
459467
As from the `v0.5.0rc32` release, all `*_by_lua_file` configure directives (such as [content_by_lua_file](#content_by_lua_file)) support loading LuaJIT 2.0/2.1 raw bytecode files directly:
460468

461469
```bash

doc/HttpLuaModule.wiki

+8
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ on 3 Nov, 2020.
3636
3737
[![Measure Execution Time of Lua Code Correctly in OpenResty](https://img.youtube.com/vi/VkRYW_qLoME/0.jpg)](https://youtu.be/VkRYW_qLoME)
3838
39+
* YouTube video "[Precompile Lua Modules into LuaJIT Bytecode to Speedup OpenResty Startup](https://youtu.be/EP7c0BM2yNo)"
40+
41+
[![Precompile Lua Modules into LuaJIT Bytecode to Speedup OpenResty Startup](https://img.youtube.com/vi/EP7c0BM2yNo/0.jpg)](https://youtu.be/EP7c0BM2yNo)
42+
3943
You are welcome to subscribe to our [official YouTube channel, OpenResty](https://www.youtube.com/channel/UCXVmwF-UCScv2ftsGoMqxhw).
4044

4145
= Synopsis =
@@ -361,6 +365,10 @@ Please submit bug reports, wishlists, or patches by
361365
362366
= LuaJIT bytecode support =
363367

368+
Watch YouTube video "[Measure Execution Time of Lua Code Correctly in OpenResty](https://youtu.be/VkRYW_qLoME)"
369+
370+
[![Precompile Lua Modules into LuaJIT Bytecode to Speedup OpenResty Startup](https://img.youtube.com/vi/EP7c0BM2yNo/0.jpg)](https://youtu.be/EP7c0BM2yNo)
371+
364372
As from the <code>v0.5.0rc32</code> release, all <code>*_by_lua_file</code> configure directives (such as [[#content_by_lua_file|content_by_lua_file]]) support loading LuaJIT 2.0/2.1 raw bytecode files directly:
365373

366374
<geshi lang="bash">

0 commit comments

Comments
 (0)