Scheme runs out of memory on large programs

Issue #113 resolved
Doug Blank created an issue

Try running the sslgen.ss example and it fails with "Traceback (most recent call last): System.OutOfMemoryException: Out of memory".

I suspect that it is because of the annotations, specifically the entire filename is stored in each annotated expression. Suggest replacing filename with a pointer to filename. That will help a bit.

Comments (1)

  1. Log in to comment