This is an archive of the discontinued LLVM Phabricator instance.

[pdb] Convert more reads to zero-copy reads.
ClosedPublic

Authored by zturner on May 26 2016, 8:14 PM.

Details

Summary

These are not particularly important memory wise, but I'd like to remove all the copying interfaces, so these come next.

Diff Detail

Event Timeline

zturner updated this revision to Diff 58747.May 26 2016, 8:14 PM
zturner retitled this revision from to [pdb] Convert more reads to zero-copy reads..
zturner updated this object.
zturner added a reviewer: ruiu.
zturner added a subscriber: llvm-commits.
ruiu accepted this revision.May 26 2016, 8:46 PM
ruiu edited edge metadata.

LGTM

This revision is now accepted and ready to land.May 26 2016, 8:46 PM
Eugene.Zelenko added a subscriber: Eugene.Zelenko.

Committed in r270960.