cosmopolitan/third_party/lua
Justine Tunney 8a91518633 Fix issues revealed by ECMAScript test262
Cosmopolitan's QuickJS is now equally conformant and performant, with
the exception of Atomics, which have been disabled since Cosmopolitan
currently doesn't support pthreads.

QuickJS memory usage -- BigNum 2021-03-27 version, 64-bit, malloc limit: -1

NAME                    COUNT     SIZE
memory allocated          937   131764  (140.6 per block)
memory used               938   116103  (8 overhead, 16.7 average slack)
atoms                     513    21408  (41.7 per atom)
objects                   170    12279  (72.2 per object)
  properties              864    15531  (5.1 per object)
  shapes                   58    12995  (224.1 per shape)
bytecode functions         13     1512
  bytecode                 13      867  (66.7 per function)
C functions                99
arrays                      1
  fast arrays               1
  elements                  1       16  (1.0 per fast array)

Result: 35/74740 errors, 1279 excluded, 485 skipped, 19 new, 2 fixed

real    2m40.828s
user    2m29.764s
sys     0m10.939s
2021-04-10 17:15:35 -07:00
..
test Rename Lua test folder 2021-03-07 18:22:53 -08:00
lapi.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lapi.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lauxlib.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lauxlib.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lbaselib.c Make major improvements to stdio 2021-03-26 22:31:41 -07:00
lcode.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lcode.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lcorolib.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lctype.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lctype.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
ldblib.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
ldebug.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
ldebug.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
ldo.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
ldo.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
ldump.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lfunc.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lfunc.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lgc.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lgc.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
linit.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
liolib.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
ljumptab.inc Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
llex.c Have redbean show zip listing as default / handler 2021-03-29 01:22:49 -07:00
llex.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
llimits.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lmathlib.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lmem.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lmem.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
loadlib.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lobject.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lobject.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lopcodes.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lopcodes.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lopnames.inc Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
loslib.c Improve tmpfile api (#114) 2021-03-07 21:08:27 -08:00
lparser.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lparser.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lprefix.h Add Lua 2021-03-07 12:50:34 -08:00
lstate.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lstate.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lstring.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lstring.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lstrlib.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
ltable.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
ltable.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
ltablib.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
ltests.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
ltests.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
ltm.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
ltm.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lua.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lua.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lua.mk Fix issues revealed by ECMAScript test262 2021-04-10 17:15:35 -07:00
luaconf.h Add Hello World example for LUA C API (#97) 2021-03-08 14:15:59 -08:00
lualib.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lundump.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lundump.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lutf8lib.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lvm.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lvm.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lzio.c Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
lzio.h Get Lua to build with all tests passing 2021-03-07 13:31:09 -08:00
README.cosmo Add Lua 2021-03-07 12:50:34 -08:00

origin https://github.com/lua/lua/
commit c03c527fd207b4ad8f5a8e0f4f2c176bd227c979
date   Mon Feb 15 13:31:45 2021 -0300