aboutsummaryrefslogtreecommitdiff
path: root/doc/luajit.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/luajit.html')
-rw-r--r--doc/luajit.html53
1 files changed, 13 insertions, 40 deletions
diff --git a/doc/luajit.html b/doc/luajit.html
index 2895a981..7346acb3 100644
--- a/doc/luajit.html
+++ b/doc/luajit.html
@@ -67,30 +67,6 @@ table.fcompat td {
67 background-image: -o-linear-gradient(#41bfbf 10%, #b0ffff 95%); 67 background-image: -o-linear-gradient(#41bfbf 10%, #b0ffff 95%);
68 background-image: -ms-linear-gradient(#41bfbf 10%, #b0ffff 95%); 68 background-image: -ms-linear-gradient(#41bfbf 10%, #b0ffff 95%);
69} 69}
70table.stats td {
71 color: #ffffff;
72 background: #a0a0a0;
73 background-image: linear-gradient(#808080 10%, #d0d0d0 95%);
74 background-image: -moz-linear-gradient(#808080 10%, #d0d0d0 95%);
75 background-image: -webkit-linear-gradient(#808080 10%, #d0d0d0 95%);
76 background-image: -o-linear-gradient(#808080 10%, #d0d0d0 95%);
77 background-image: -ms-linear-gradient(#808080 10%, #d0d0d0 95%);
78}
79table.stats td.speed {
80 color: #ff4020;
81}
82table.stats td.kb {
83 color: #ffff80;
84 background: #808080;
85 background-image: linear-gradient(#606060 10%, #c0c0c0 95%);
86 background-image: -moz-linear-gradient(#606060 10%, #c0c0c0 95%);
87 background-image: -webkit-linear-gradient(#606060 10%, #c0c0c0 95%);
88 background-image: -o-linear-gradient(#606060 10%, #c0c0c0 95%);
89 background-image: -ms-linear-gradient(#606060 10%, #c0c0c0 95%);
90}
91table.feature small {
92 font-size: 50%;
93}
94</style> 70</style>
95</head> 71</head>
96<body> 72<body>
@@ -127,9 +103,9 @@ table.feature small {
127<a href="ext_c_api.html">Lua/C API</a> 103<a href="ext_c_api.html">Lua/C API</a>
128</li></ul> 104</li></ul>
129</li><li> 105</li><li>
130<a href="status.html">Status</a> 106<a href="https://luajit.org/status.html">Status <span class="ext">&raquo;</span></a>
131</li><li> 107</li><li>
132<a href="faq.html">FAQ</a> 108<a href="https://luajit.org/faq.html">FAQ <span class="ext">&raquo;</span></a>
133</li><li> 109</li><li>
134<a href="https://luajit.org/list.html">Mailing List <span class="ext">&raquo;</span></a> 110<a href="https://luajit.org/list.html">Mailing List <span class="ext">&raquo;</span></a>
135</li></ul> 111</li></ul>
@@ -169,23 +145,20 @@ LuaJIT is Copyright &copy; 2005-2023 Mike Pall, released under the
169</table> 145</table>
170 146
171<h2>Overview</h2> 147<h2>Overview</h2>
172<table class="feature stats">
173<tr>
174<td class="speed">3x<br>-&nbsp;&nbsp;100x</td>
175<td class="kb">115&nbsp;<small>KB</small><br>VM</td>
176<td class="kb">90&nbsp;<small>KB</small><br>JIT</td>
177<td class="kloc">63&nbsp;<small>KLOC</small><br>C</td>
178<td class="kloc">24&nbsp;<small>KLOC</small><br>ASM</td>
179<td class="kloc">11&nbsp;<small>KLOC</small><br>Lua</td>
180</tr>
181</table>
182<p style="margin-top: 1em;"> 148<p style="margin-top: 1em;">
183LuaJIT has been successfully used as a <b>scripting middleware</b> in 149LuaJIT has been successfully used as a <b>scripting middleware</b> in
184games, appliances, network and graphics apps, numerical simulations, 150games, appliances, network and graphics apps, numerical simulations,
185trading platforms and many other specialty applications. It scales from 151trading platforms and many other specialty applications.
186embedded devices, smartphones, desktops up to server farms. It combines 152</p>
187high flexibility with high performance 153<p>
188and an unmatched <b>low memory footprint</b>. 154LuaJIT is part of a hundred million web sites, huge SaaS installations,
155network switches, set-top boxes and other embedded devices. You've probably
156already used LuaJIT without knowing about it.
157</p>
158<p>
159LuaJIT scales from embedded devices, smartphones, desktops up to server
160farms. It combines high flexibility with high performance and an unmatched
161<b>low memory footprint</b>.
189</p> 162</p>
190<p> 163<p>
191LuaJIT has been in continuous development since 2005. It's widely 164LuaJIT has been in continuous development since 2005. It's widely