This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Remove premature optimization.
ClosedPublic

Authored by ruiu on Feb 23 2018, 9:32 PM.

Details

Summary

I think calling reserve() for each object file is too many and isn't useful.
We can add reserve() later. By default, we shouldn't add reserve() to a lot
of places.

Diff Detail

Repository
rL LLVM

Event Timeline

ruiu created this revision.Feb 23 2018, 9:32 PM
sbc100 accepted this revision.Feb 27 2018, 12:10 PM
This revision is now accepted and ready to land.Feb 27 2018, 12:10 PM
This revision was automatically updated to reflect the committed changes.