daml/compiler/damlc/daml-compiler
Moritz Kiefer 8390dff7f9
Only force the result of GeneratePackageMap to whnf (#6213)
This rule is repeated for every file. While we cache the computation,
we still forced it to NF which is super slow. On my (realworld)
testcase, this is a speedup of > 1.7x, cuts allocations to 1/3 and max
residency also goes down to 1/3.

changelog_begin
changelog_end
2020-06-03 16:12:39 +00:00
..
src/DA/Daml/Compiler Only force the result of GeneratePackageMap to whnf (#6213) 2020-06-03 16:12:39 +00:00
BUILD.bazel Handle record dot syntax in DAML REPL (#6028) 2020-05-19 13:59:35 +00:00