Skip to content

Draft: rts: Refuse to create jump islands for symbols with info tables

Ben Gamari requested to merge wip/T20983 into master

When tables-next-to-code is enabled we must not relocate references to info-table symbols using jump islands.

Fixes #20983.

Merge request reports