mirror of
https://github.com/intel/llvm.git
synced 2026-01-23 07:58:23 +08:00
90d344278474684fa12a21bdeb6965a9f0c9ce2f
did a redundant traversal of the lexical declarations in the superclass. Instead, when we declare a new property, look into the superclass to see whether we're redeclaring the property. Goot for 1% of -fsyntax-only time on Cocoa.h and a little less than 3% on my modules test case. llvm-svn: 173073
…
rework the Bitstream reader to actually work a machine word at a time, instead of 32-bits at a time.
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%