Skip to content

JIT: Potentially quadratic behavior in EH clause handling #78267

@jakobbotsch

Description

@jakobbotsch

https://github.com/dotnet/runtime/blob/5565135d21024ac2820e08d0a7aca3f2cb9d2b55/src/tests/JIT/Regression/VS-ia64-JIT/V1.2-M02/b28158/test.il

This is a very large test with 16731 EH clauses., On my 5950x the JIT spends around 14 seconds jitting this in tier 0. We should investigate if there is some unnecessary quadratic handling here in tier 0.

Some more context: #77465 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

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

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions