Skip to content

Compile tests in batches

Marius Gerbershagen requested to merge batch-compilation into master

Currently, we call compile once for every test (or even multiple times if signals-error is used). This is very inefficient for implementations which have a compiler with a large overhead for every compile call.

This merge request introduces changes such that multiple tests are compiled in one go.

I tested this on ECL and SBCL and found no difference in output.

Merge request reports