You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2 new experimental options are introduces for the compiler:
`-Ybest-effort-dir` and `-Ywith-best-effort-tasty`. A related
Best Effort TASTy format, a TASTy aligned file format able to hold some
errored trees. Behaviour of the options and the format is documented as
part of this commit in the `best-effort-compilation.md` docs file.
valYprofileRunGcBetweenPhases:Setting[List[String]] =PhasesSetting("-Yprofile-run-gc", "Run a GC between phases - this allows heap size to be accurate at the expense of more time. Specify a list of phases, or *", "_")
valYbestEffortDir:Setting[String] =StringSetting("-Ybest-effort-dir", "dir", "Enable best-effort compilation attempting to produce tasty in case of failure to specified directory, as part of the pickler phase.", "")
381
+
valYwithBestEffortTasty:Setting[Boolean] =BooleanSetting("-Ywith-best-effort-tasty", "Allow to compile from a best effort tasty files. If such file is used, the compiler will stop after the pickler phase.")
0 commit comments