Aer/engine
Rafal Kupiec 4dbd3ea412
The build was successful. Details
New memory subsystem.
This is a new memory subsystem implementing heap calculations as well as new builtin functions:
 * get_memory_usage()
 * get_memory_peak_usage()
 * get_memory_limit()
It also allows to set an upper memory limit, ensuring that processed script will not be able to allocate more memory from OS.
New subsystem is based on work done in 'memory_limit' branch. Big thanks to devnexen!
This finally fixes #25.
2018-08-18 19:24:38 +02:00
..
lib New memory subsystem. 2018-08-18 19:24:38 +02:00
api.c New memory subsystem. 2018-08-18 19:24:38 +02:00
builtin.c Remove duplicated builtin functions 2018-08-09 21:34:13 +02:00
compiler.c Compile closures. 2018-08-16 18:31:12 +02:00
constant.c Move math library into separate module 2018-07-21 08:24:20 +02:00
hashmap.c Another bunch of typos eliminated 2018-07-28 13:16:38 +02:00
lexer.c Treat 'import' as a special keyword. 2018-08-16 16:32:28 +02:00
memobj.c Another bunch of typos eliminated 2018-07-28 13:16:38 +02:00
oop.c P# introduces virtual classes and virtual methods 2018-07-30 17:08:25 +02:00
parser.c Compile closures. 2018-08-16 18:40:23 +02:00
vfs.c Correct dictionary issues. 2018-08-17 09:25:29 +02:00
vm.c New memory subsystem. 2018-08-18 19:24:38 +02:00