This is an archive of the discontinued LLVM Phabricator instance.

[BOLT] LongJmp speedup refactoring
ClosedPublic

Authored by yota9 on Mar 16 2022, 9:48 AM.

Details

Summary

Run tentativeLayoutRelocMode twice only if UseOldText option was passed.
Refactor BF loop to break on condtition met.

Diff Detail

Event Timeline

yota9 created this revision.Mar 16 2022, 9:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 16 2022, 9:48 AM
Herald added a subscriber: ayermolo. · View Herald Transcript
yota9 requested review of this revision.Mar 16 2022, 9:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 16 2022, 9:48 AM
yota9 updated this revision to Diff 415921.Mar 16 2022, 11:40 AM

Clang-format

rafauler accepted this revision.Mar 17 2022, 5:50 AM

Awesome! Thanks!

This revision is now accepted and ready to land.Mar 17 2022, 5:50 AM
This revision was automatically updated to reflect the committed changes.