From c34594681909cac98d44629863df2c7afd93eaf0 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Mon, 21 Aug 2023 02:28:49 +0200 Subject: Update documentation for switch to rolling releases. --- doc/luajit.html | 53 +++++++++++++---------------------------------------- 1 file changed, 13 insertions(+), 40 deletions(-) (limited to 'doc/luajit.html') 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 { background-image: -o-linear-gradient(#41bfbf 10%, #b0ffff 95%); background-image: -ms-linear-gradient(#41bfbf 10%, #b0ffff 95%); } -table.stats td { - color: #ffffff; - background: #a0a0a0; - background-image: linear-gradient(#808080 10%, #d0d0d0 95%); - background-image: -moz-linear-gradient(#808080 10%, #d0d0d0 95%); - background-image: -webkit-linear-gradient(#808080 10%, #d0d0d0 95%); - background-image: -o-linear-gradient(#808080 10%, #d0d0d0 95%); - background-image: -ms-linear-gradient(#808080 10%, #d0d0d0 95%); -} -table.stats td.speed { - color: #ff4020; -} -table.stats td.kb { - color: #ffff80; - background: #808080; - background-image: linear-gradient(#606060 10%, #c0c0c0 95%); - background-image: -moz-linear-gradient(#606060 10%, #c0c0c0 95%); - background-image: -webkit-linear-gradient(#606060 10%, #c0c0c0 95%); - background-image: -o-linear-gradient(#606060 10%, #c0c0c0 95%); - background-image: -ms-linear-gradient(#606060 10%, #c0c0c0 95%); -} -table.feature small { - font-size: 50%; -} @@ -127,9 +103,9 @@ table.feature small { Lua/C API
  • -Status +Status »
  • -FAQ +FAQ »
  • Mailing List »
  • @@ -169,23 +145,20 @@ LuaJIT is Copyright © 2005-2023 Mike Pall, released under the

    Overview

    - - - - - - - - - -
    3x
    -  100x
    115 KB
    VM
    90 KB
    JIT
    63 KLOC
    C
    24 KLOC
    ASM
    11 KLOC
    Lua

    LuaJIT has been successfully used as a scripting middleware in games, appliances, network and graphics apps, numerical simulations, -trading platforms and many other specialty applications. It scales from -embedded devices, smartphones, desktops up to server farms. It combines -high flexibility with high performance -and an unmatched low memory footprint. +trading platforms and many other specialty applications. +

    +

    +LuaJIT is part of a hundred million web sites, huge SaaS installations, +network switches, set-top boxes and other embedded devices. You've probably +already used LuaJIT without knowing about it. +

    +

    +LuaJIT scales from embedded devices, smartphones, desktops up to server +farms. It combines high flexibility with high performance and an unmatched +low memory footprint.

    LuaJIT has been in continuous development since 2005. It's widely -- cgit v1.2.3-55-g6feb