Conversation
| #define CARD_BUNDLE //enable card bundle feature.(requires WRITE_WATCH) | ||
|
|
||
| // #define ALLOW_REFERENCES_IN_POH //Allow POH objects to contain references. | ||
| #define ALLOW_REFERENCES_IN_POH //Allow POH objects to contain references. |
There was a problem hiding this comment.
Is this going to have negative performance effect on POH?
There was a problem hiding this comment.
it will, a little bit. I do plan to improve this in the future so we don't take this perf hit. but the positive perf impact of this was quite significant so we are willing to take this small regression.
In reply to: 567187855 [](ancestors = 567187855)
There was a problem hiding this comment.
Can we quantify the perf hit here? Since we expect to backport this to 5 servicing release, need to ensure it doesn't cause measurable regression for certain apps.
|
Tagging subscribers to this area: @dotnet/gc Issue DetailsThis change moved the array for holding the statics from LOH to POH.
|
This change moved the array for holding the statics from LOH to POH.