https://issues.dlang.org/show_bug.cgi?id=20960
Stanislav Blinov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Stanislav Blinov <[email protected]> --- (In reply to Andrei Alexandrescu from comment #2) > Built dmd with -profile=gc -lowmem, no avail. Individual allocations of > class objects are not present in the log. Build with -profile=gc. *Run* with -lowmem :) Excerpt from a log: 524032 2047 dmd.mtype.TypeIdentifier dmd.parse.Parser!(ASTCodegen).Parser.parseBasicType dmd/parse.d:3725 479872 1304 dmd.dscope.Scope dmd.dscope.Scope.alloc dmd/dscope.d:154 377808 463 dmd.func.FuncDeclaration dmd.parse.Parser!(ASTCodegen).Parser.parseDeclarations dmd/parse.d:4778 162528 3386 dmd.expression.IdentifierExp dmd.parse.Parser!(ASTCodegen).Parser.parsePrimaryExp dmd/parse.d:7679 138752 271 dmd.dtemplate.TemplateInstance dmd.parse.Parser!(ASTCodegen).Parser.parsePrimaryExp dmd/parse.d:7675 124384 338 dmd.declaration.VarDeclaration dmd.parse.Parser!(ASTCodegen).Parser.parseDeclarations dmd/parse.d:4830 118528 463 dmd.mtype.TypeFunction dmd.parse.Parser!(ASTCodegen).Parser.parseDeclarator dmd/parse.d:4172 107456 292 dmd.declaration.VarDeclaration dmd.parse.Parser!(ASTCodegen).Parser.parseAutoDeclarations dmd/parse.d:1265 102816 126 dmd.func.UnitTestDeclaration dmd.parse.Parser!(ASTCodegen).Parser.parseDeclDefs dmd/parse.d:663 97152 1012 dmd.tokens.Token dmd.lexer.Lexer.allocateToken dmd/lexer.d:299 --
