-
Notifications
You must be signed in to change notification settings - Fork 725
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(xaml): Reduce size of AOT'ed compilations from Xaml
Place ResourceDictionary properties (which may be generated in very large numbers) inside a non-static singleton class. This avoids a binary-size penalty from accessing static members in a static context, which adds checks for the static class initializer each time.
- Loading branch information
1 parent
0fd7cca
commit b6380f0
Showing
1 changed file
with
58 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters