[cfe-dev] Memory Usage Graphs

Daniel Dunbar daniel at zuster.org
Wed May 20 16:00:00 PDT 2009


Hi,

I was reminded today that I generated some memory usage comparisons of
clang to gcc and never sent them out to cfe-dev.

For your enjoyment, here is clang vs. gcc for 32-bit and 64-bit
binaries, parsing Cocoa.h by itself:
  http://t1.minormatter.com/~ddunbar/memory-usage-2009-05-01.pdf
and parsing the biggest file from the Sketch Objective-C example:
  http://t1.minormatter.com/~ddunbar/memory-usage-sketch-2009-05-01.pdf
(the axis suffix should be K, not M, of course).

Our PCH numbers are pretty awesome, nice job Doug!

 - Daniel



More information about the cfe-dev mailing list