r6rs-infix: process hangs while reading cache

Issue #35 resolved
Marco Maggi created an issue

With the current head of R6RS Infix I have disabled the use of the cache when running sash from the makefile. When running with the libraries in raw source: everything works quickly; when running with precompiled libraries the process takes an incredibly long time to load them.

I am on a x86_64-unknown-linux-gnu (Intel Core i5), running Sagittarius version 0.5.4.

Comments (3)

  1. Takashi Kato repo owner

    The cache files are over 10MB for this library so linkng cached object takes huge amount of times. (lalr.sls has 320908 objects, pratt.sls has 525152 objects). There should be threshold that can decide either compile it or read cache.

  2. Log in to comment