Select Git revision
ModelTree.hh
Forked from
Dynare / preprocessor
-
Sébastien Villemot authored
The previous system would spawn as many threads as there are object files to be compiled (which could lead to hundreds of threads for large block-decomposed models). This could pose a memory usage problem (even when not just waiting, threads require memory for their own stack).
Sébastien Villemot authoredThe previous system would spawn as many threads as there are object files to be compiled (which could lead to hundreds of threads for large block-decomposed models). This could pose a memory usage problem (even when not just waiting, threads require memory for their own stack).