Skip to content

Conversation

@nojaf
Copy link
Contributor

@nojaf nojaf commented May 12, 2023

See fsprojects/FsLexYacc#169, this allows us to use the generated signature files for *.fsy files.

Before:

--------------------------------------------------------------------------------------------------------
|Phase name                          |Elapsed |Duration| WS(MB)|  GC0  |  GC1  |  GC2  |Handles|Threads|
|------------------------------------|--------|--------|-------|-------|-------|-------|-------|-------|
|>Import mscorlib+FSharp.Core        |  0.1558|  0.1490|    116|      0|      0|      0|    282|     31|
|>Parse inputs                       |  0.5934|  0.4301|    653|      2|      1|      1|    426|     69|
|>Import non-system references       |  0.5975|  0.0015|    654|      0|      0|      0|    426|     69|
|>Typecheck                          |  4.3299|  3.7303|   4018|      5|      3|      1|    431|     70|

After:

--------------------------------------------------------------------------------------------------------
|Phase name                          |Elapsed |Duration| WS(MB)|  GC0  |  GC1  |  GC2  |Handles|Threads|
|------------------------------------|--------|--------|-------|-------|-------|-------|-------|-------|
|Import mscorlib+FSharp.Core         |  0.1545|  0.1503|    115|      0|      0|      0|    265|     28|
|Parse inputs                        |  0.5886|  0.4287|    654|      2|      1|      1|    424|     69|
|Import non-system references        |  0.5928|  0.0015|    654|      0|      0|      0|    424|     69|
|Typecheck                           |  4.0155|  3.4205|   4276|      4|      3|      1|    891|     70|

image

@nojaf nojaf requested a review from a team as a code owner May 12, 2023 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

4 participants