https://issues.dlang.org/show_bug.cgi?id=12844
Dmitry Olshansky <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Dmitry Olshansky <[email protected]> --- Matters are that made much worse by the fact that at CTFE all of [0-9] character sets get rebuilt for each occurrence, because charset cache is thread-local (no luck at CTFE). The memory leak itself though is a compiler issue. Hm, I could try and have an extra cache local to the scope of each regular expression compilation. --
