Skip to content

JIT: Investigate relationship of basic block's bbCodeOffs + bbCodeOffsEnd and its statements' DebugInfo #100079

Open
@TIHan

Description

@TIHan

When looking at issue #99543 , a fair amount of time was spent trying to understand how the relationship of a basic blocks' IL offsets, bbCodeOffs/bbCodeOffsEnd, correspond to the blocks' statements' DebugInfo they contain.

Items to investigate:

  • What is not clear is what should happen to the basic blocks' IL offsets if the statements they contain are modified/transformed (during a Debug compilation).

Metadata

Metadata

Labels

area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMIdiscussion

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions