This is an archive of the discontinued LLVM Phabricator instance.

[AppleAccelTable][NFC] Make FormParams member of AppleAccelTable
ClosedPublic

Authored by fdeazeve on Jun 5 2023, 6:44 AM.

Details

Summary

These are used throughout the class and are recreated every time they are used.
To prevent the risk of it being created incorrectly in different places, we
create it once and in the earliest moment possible: when the table is extracted.

Depends on D151989

Diff Detail

Event Timeline

fdeazeve created this revision.Jun 5 2023, 6:44 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 5 2023, 6:44 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
fdeazeve requested review of this revision.Jun 5 2023, 6:44 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 5 2023, 6:44 AM
fdeazeve updated this revision to Diff 528420.Jun 5 2023, 6:58 AM

Update commit dependency

fdeazeve updated this revision to Diff 528422.Jun 5 2023, 7:02 AM

Update base

aprantl accepted this revision.Jun 5 2023, 9:26 AM
This revision is now accepted and ready to land.Jun 5 2023, 9:26 AM
This revision was landed with ongoing or failed builds.Jun 8 2023, 8:16 AM
This revision was automatically updated to reflect the committed changes.