-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Labels
Issue-Code Cleanupthe issue is for cleaning up the code with no impact on functionalitythe issue is for cleaning up the code with no impact on functionalityWG-Engine-Performancecore PowerShell engine, interpreter, and runtime performancecore PowerShell engine, interpreter, and runtime performance
Description
Inspired by dotnet/runtime#49944
- We could think about getting rid of InternalsVisibleTo attributes (specially in SMA).
- We could make (all) private classes sealed.
- We could make (all) internal classes sealed.
This can be especially important if we use PGO for optimizing startup scenarios.
p0W3RH311, fMichaleczek, travisclagrone and xtqqczze
Metadata
Metadata
Assignees
Labels
Issue-Code Cleanupthe issue is for cleaning up the code with no impact on functionalitythe issue is for cleaning up the code with no impact on functionalityWG-Engine-Performancecore PowerShell engine, interpreter, and runtime performancecore PowerShell engine, interpreter, and runtime performance