This is an archive of the discontinued LLVM Phabricator instance.

[BOLT] Insert EH trampolines for multiple fragments
ClosedPublic

Authored by FPar on Aug 17 2022, 11:25 AM.

Details

Summary

This patch adds exception handling trampolines when a function is split
into more than two fragments. Trampolines are tracked per-fragment, such
that they can be removed if splitting is reversed.

Diff Detail

Event Timeline

FPar created this revision.Aug 17 2022, 11:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 17 2022, 11:25 AM
Herald added a subscriber: ayermolo. · View Herald Transcript
FPar requested review of this revision.Aug 17 2022, 11:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 17 2022, 11:25 AM
This revision is now accepted and ready to land.Aug 18 2022, 5:15 PM
This revision was automatically updated to reflect the committed changes.