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
..
daml-extension Remove deprecated vscode-resource scheme (#6008) 2020-05-18 18:28:17 +02:00
daml-lf-ast Add a module-prefixes field to rename all modules in a pkg (#6105) 2020-05-28 10:57:00 +00:00
daml-lf-proto Use com.daml as root package (#5343) 2020-04-05 19:49:57 +02:00
daml-lf-reader replace DAML Authors with DA in copyright headers (#5228) 2020-03-27 01:26:10 +01:00
daml-lf-tools Run simplifier in topological order. (#6013) 2020-05-19 14:16:52 +00:00
daml-lf-verify WIP: Draft version constraint generation (#5472) 2020-05-20 08:08:18 +02:00
daml-licenses replace DAML Authors with DA in copyright headers (#5228) 2020-03-27 01:26:10 +01:00
damlc Only force the result of GeneratePackageMap to whnf (#6213) 2020-06-03 16:12:39 +00:00
ghcide Get ghcide from the new upstream repo (#2867) 2019-09-11 08:57:48 +02:00
hie-core Get ghcide from the new upstream repo (#2867) 2019-09-11 08:57:48 +02:00
lsp-tests Turn warnings for module name/record name mismatches into errors (#5266) 2020-03-30 10:21:53 +00:00
repl-service Add control to speedy compiler to choose if stack-trace support occurs at runtime. (#6070) 2020-05-22 16:36:03 +01:00
scenario-service replace NodeExercises#controllers with controllersDifferFromActors boolean (#6073) 2020-06-02 13:43:47 -04:00
README.md open-sourcing daml 2019-04-04 09:33:38 +01:00

DAML Compiler

This directory contains several libraries used by and the executable for the DAML compiler.

Libraries

  • daml-lf-ast: The DAML-LF AST and type checker.