This is an archive of the discontinued LLVM Phabricator instance.

Add virtual functions getter
Needs ReviewPublic

Authored by Prazek on Jan 4 2017, 12:48 PM.

Details

Reviewers
rjmccall
Summary

Small refactor

Event Timeline

Prazek updated this revision to Diff 83109.Jan 4 2017, 12:48 PM
Prazek retitled this revision from to Add virtual functions getter.
Prazek updated this object.
Prazek added a reviewer: rjmccall.
Prazek added a subscriber: cfe-commits.
rjmccall edited edge metadata.Jan 4 2017, 7:05 PM

This is a potentially significant pessimization. Can you turn this into a range iterator of some sort?