Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Remove extra checks for known types in log formatter #89000

Merged
merged 1 commit into from
Jul 17, 2023

Conversation

davidfowl
Copy link
Member

@davidfowl davidfowl commented Jul 17, 2023

Turns out the JIT will not box in tier 1, this was trying to optimize tier 0 code.

Related to #88987

Turns out the JIT will not box in tier 1, this was trying to optimize tier 0 code.
@ghost
Copy link

ghost commented Jul 17, 2023

Tagging subscribers to this area: @dotnet/area-extensions-logging
See info in area-owners.md if you want to be subscribed.

Issue Details

Turns out the JIT will not box in tier 1, this was trying to optimize tier 0 code.

Author: davidfowl
Assignees: -
Labels:

area-Extensions-Logging

Milestone: -

Copy link
Member

@stephentoub stephentoub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants