retro-extend: reduce memory footprint

FossilOrigin-Name: e87ded2cc6ea350175cfbab8b15494bafa926d91b720edf15fa92d894521a8c5
This commit is contained in:
crc 2019-01-04 01:43:00 +00:00
parent 8da5f7ab09
commit 4cc1f66341

View file

@ -14,7 +14,7 @@
#include <string.h>
#define CELL int32_t
#define IMAGE_SIZE 524288 * 16
#define IMAGE_SIZE 524288 * 4
#define ADDRESSES 2048
#define STACK_DEPTH 512