cosmopolitan/examples
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
..
package Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
auto-launch-gdb-on-crash.c Make improvements 2020-12-01 03:43:40 -08:00
breakpoint.c Initial import 2020-06-15 07:18:57 -07:00
cp.c Add smoke test for timezone loading (#114) 2021-03-08 11:46:04 -08:00
cplusplus.cc Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
crashreport.c Make examples folder somewhat more focused 2021-03-05 06:09:12 -08:00
ctrlc.c Add smoke test for timezone loading (#114) 2021-03-08 11:46:04 -08:00
curl.c Add smoke test for timezone loading (#114) 2021-03-08 11:46:04 -08:00
date.c Add smoke test for timezone loading (#114) 2021-03-08 11:46:04 -08:00
echo.c Fix XNU / FreeBSD / OpenBSD / RHEL5 / NT bugs 2021-01-25 18:31:17 -08:00
examples.mk Add Hello World example for LUA C API (#97) 2021-03-08 14:15:59 -08:00
forkrand.c Make improvements 2020-12-01 03:43:40 -08:00
generalized-automatic-datastructure-printing.c Initial import 2020-06-15 07:18:57 -07:00
gui.c Make examples folder somewhat more focused 2021-03-05 06:09:12 -08:00
hangman.c Add epoll and do more release readiness changes 2020-11-28 12:01:51 -08:00
hello.c Make examples folder somewhat more focused 2021-03-05 06:09:12 -08:00
hello2.c Trim down executable sizes 2021-02-11 08:37:18 -08:00
hello3.c Make examples folder somewhat more focused 2021-03-05 06:09:12 -08:00
hellolua.c Add Hello World example for LUA C API (#97) 2021-03-08 14:15:59 -08:00
hellolua.lua Add Hello World example for LUA C API (#97) 2021-03-08 14:15:59 -08:00
hostname.c Fix XNU / FreeBSD / OpenBSD / RHEL5 / NT bugs 2021-01-25 18:31:17 -08:00
ispell.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
kilo.c Improve dead code elimination 2021-02-08 04:04:42 -08:00
life.c Initial import 2020-06-15 07:18:57 -07:00
ls.c Add smoke test for timezone loading (#114) 2021-03-08 11:46:04 -08:00
lstime.c Add smoke test for timezone loading (#114) 2021-03-08 11:46:04 -08:00
nesemu1.cc Add smoke test for timezone loading (#114) 2021-03-08 11:46:04 -08:00
printargs.c Improve system call polyfills 2021-03-08 10:07:02 -08:00
printprimes.c Fold conv package into fmt 2020-12-09 16:52:00 -08:00
rusage.c Fix XNU / FreeBSD / OpenBSD / RHEL5 / NT bugs 2021-01-25 18:31:17 -08:00
seq.c Fix sigsuspend() and sigprocmask() on OpenBSD 2021-02-05 12:19:43 -08:00
sleep.c Work towards improving signals and processes 2021-01-27 19:34:02 -08:00
stat.c Add smoke test for timezone loading (#114) 2021-03-08 11:46:04 -08:00
system.c Fix XNU / FreeBSD / OpenBSD / RHEL5 / NT bugs 2021-01-25 18:31:17 -08:00
touch.c Improve build system 2021-02-19 23:03:34 -08:00
ttyinfo.c Make terminal ui binaries work well everywhere 2020-10-19 06:38:31 -07:00
ucontext-sigfpe-recovery.c Improve signal handling and math 2021-02-25 18:33:33 -08:00
unbourne.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
walk.c Fix issues revealed by ECMAScript test262 2021-04-10 17:15:35 -07:00
x86split.c Make examples folder somewhat more focused 2021-03-05 06:09:12 -08:00