mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Merge pull request #3404 from rtfeldman/ambient-lset-specialization
The ambient lambda set specialization algorithm
This commit is contained in:
commit
7b308d9efe
22 changed files with 1816 additions and 280 deletions
|
@ -65,6 +65,9 @@ flags! {
|
|||
/// Only use this in single-threaded mode!
|
||||
ROC_PRINT_UNIFICATIONS
|
||||
|
||||
/// Prints traces of unspecialized lambda set compaction
|
||||
ROC_TRACE_COMPACTION
|
||||
|
||||
/// Like ROC_PRINT_UNIFICATIONS, in the context of typechecking derived implementations.
|
||||
/// Only use this in single-threaded mode!
|
||||
ROC_PRINT_UNIFICATIONS_DERIVED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue