This is an archive of the discontinued LLVM Phabricator instance.

Re-use a single SmallString instance to reduce the stack frame size
ClosedPublic

Authored by djasper on Jul 10 2015, 12:38 AM.

Details

Reviewers
klimek
Summary

In certain builds (msan), this can otherwise exceed the stack frame limit set for certain environments.

Diff Detail

Event Timeline

djasper updated this revision to Diff 29431.Jul 10 2015, 12:38 AM
djasper retitled this revision from to Re-use a single SmallString instance to reduce the stack frame size.
djasper updated this object.
djasper added a reviewer: klimek.
djasper added a subscriber: cfe-commits.
klimek accepted this revision.Jul 10 2015, 1:22 AM
klimek edited edge metadata.

lg

This revision is now accepted and ready to land.Jul 10 2015, 1:22 AM
djasper closed this revision.Jul 10 2015, 1:26 AM

Submitted as r241894.