PATCH: private ivars - update for r176116

Adrian Prantl aprantl at apple.com
Wed Feb 27 13:55:02 PST 2013


On Feb 27, 2013, at 10:04 AM, jahanian <fjahanian at apple.com> wrote:

> LLVM IR times look within reasonable range. Also, please make sure what you are
> timing has @implementation of classes in them and preferably, with bunch of their 
> own private ivars.
> 


Building an entire application (that uses the feature) with “time”:

Baseline
========
Debug+Asserts:
user	31m45.597s

Release
user	3m52.094s

with patch
==========
Debug+Asserts:
user	31m35.599s
Release
user	3m52.637s


-- adrian



More information about the cfe-commits mailing list