search for: ilgen

Displaying 1 result from an estimated 1 matches for "ilgen".

Did you mean: lgen
2017 Aug 20
3
Out Of Memory when compiling complex template in C++
Hello all, I'm writing regarding bug: https://bugs.llvm.org/show_bug.cgi?id=27371 I can confirm it happens in 4.0.1 as well. It is *not* a preprocessor issue, it's clearly codegen/ilgen that breaks existing project compilation. Are there any plans to get some work on it? More info: peek memory usage is around ~300 mb when Out-Of-Memory is casted (on system with 16 gb of RAM). It is reproducible each time compilation of my project is run. Visual Studio 2015 and Visual Studio 2017...