Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Conversation

davmason
Copy link

@davmason davmason commented Oct 7, 2019

Bug Description:
When we implemented tiered compilation in 2.1 there was a typo that made it so we would ignore any profiler provided IL maps. This means that if a profiler modifies a function debugging is broken.

Bug Impact:
This was found because a profiler vendor who maintains a unit testing framework specifically needs this functionality and not having it blocks their product from running on coreclr.

PR Risks:
None

…entedCodeMap (dotnet#25802)

* Fix GetSequencePoints when profiler provides mapping via SetILInstrumentedCodeMap

* code review feedback
@davmason davmason added this to the 3.1 milestone Oct 7, 2019
@davmason davmason self-assigned this Oct 7, 2019
@MeiChin-Tsai
Copy link

Approved for 3.1. Please check with WillGobde before merge. It seems that release branch is in freeze-mode right now.

@davmason davmason merged commit 617091a into dotnet:release/3.1 Oct 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants