This is an archive of the discontinued LLVM Phabricator instance.

COFF: Move a call to toString() out of the hot path.
ClosedPublic

Authored by pcc on Dec 9 2016, 12:59 PM.

Details

Summary

Profiling revealed that we were spending 5% of our time linking
chrome_child.dll just in this call to toString().

Diff Detail

Repository
rL LLVM

Event Timeline

pcc updated this revision to Diff 80940.Dec 9 2016, 12:59 PM
pcc retitled this revision from to COFF: Move a call to toString() out of the hot path..
pcc updated this object.
pcc added a reviewer: ruiu.
pcc added a subscriber: llvm-commits.
ruiu accepted this revision.Dec 9 2016, 1:00 PM
ruiu edited edge metadata.

LGTM

This revision is now accepted and ready to land.Dec 9 2016, 1:00 PM
This revision was automatically updated to reflect the committed changes.