4 コミット

作成者 SHA1 メッセージ 日付
00dc23ee4a Get rid of manual optimisation technique resulting in non insignificant speed boost on some old x86 architectures, #38;
ステータスチェックはすべて成功しました
The build was successful.
2018-08-18 19:44:02 +02:00
4dbd3ea412
New memory subsystem.
ステータスチェックはすべて成功しました
The build was successful.
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
d1b874b391
Fix segmentation fault 2018-07-21 14:44:36 +02:00
e394ce7d14
Divide libcox by Symisc into smaller logical chunks 2018-07-21 12:41:01 +02:00