This is an archive of the discontinued LLVM Phabricator instance.

ELF2: Inline small functions
ClosedPublic

Authored by ruiu on Oct 6 2015, 12:43 PM.

Details

Reviewers
davide
Summary

These functions are one to three lines long and used only once.

Diff Detail

Event Timeline

ruiu updated this revision to Diff 36646.Oct 6 2015, 12:43 PM
ruiu retitled this revision from to ELF2: Inline small functions.
ruiu updated this object.
ruiu added a reviewer: davide.
ruiu added a subscriber: llvm-commits.
davide edited edge metadata.Oct 6 2015, 12:55 PM

It's reasonable. I originally used functions because I was worried the switch would become unmanageable. But this is not the case for now. We can re-evaluate in case things should change. Go ahead.

davide accepted this revision.Oct 6 2015, 12:55 PM
davide edited edge metadata.
This revision is now accepted and ready to land.Oct 6 2015, 12:55 PM
ruiu added a subscriber: ruiu.Oct 6 2015, 12:58 PM

Thanks. This is in sync with functions for x86 and x86_64 defined above in
this file.

davide closed this revision.Oct 11 2015, 6:02 PM