66361fcf3d
* Bug: In Anabatic::_desaturate(), the set of invalidated GCells was never cleared between iterations of desaturated GCells. This was not a memory leak per se because, in the end, the set was freed. But it did induce a gigantic bloating in memory. This finally explain the strange slow down in that stage. Detected in ls180+cmos45. * Change: In Anabatic::GCell, add a flag for each depth to avoid desaturating twice the same GCell (maybe not needed now that the bug is corrected, but it ensure a no-looping). |
||
---|---|---|
.. | ||
cmake_modules | ||
doc | ||
src | ||
CMakeLists.txt |