-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
4 - In ReviewA fix for the issue is submitted for review.A fix for the issue is submitted for review.Area-CompilersFeature RequestTenet-PerformanceRegression in measured performance of the product from goals.Regression in measured performance of the product from goals.help wantedThe issue is "up for grabs" - add a comment if you are interested in working on itThe issue is "up for grabs" - add a comment if you are interested in working on it
Description
The method group conversion today always creates a fresh delegate instance.
Instead, for a method group conversion from a static method we should cache it and only create it once, like we do for non-capturing lambda expressions.
[The C# language spec is being modified to permit this]
jamesqo, snboisen, ssgonell, odinserj, jcouv and 125 moreNyrestNyrest, jawn, TheCodeTraveler and markusschaberomariom, jasond-s, MendelMonteiro, squaredinfinity, dohly and 29 moreMrxx99, MarioGruda, Nyrest, Drabenstein, neon-sunset and 2 more
Metadata
Metadata
Assignees
Labels
4 - In ReviewA fix for the issue is submitted for review.A fix for the issue is submitted for review.Area-CompilersFeature RequestTenet-PerformanceRegression in measured performance of the product from goals.Regression in measured performance of the product from goals.help wantedThe issue is "up for grabs" - add a comment if you are interested in working on itThe issue is "up for grabs" - add a comment if you are interested in working on it
Type
Projects
Status
Misc