1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/include
Benjamin Kramer 77f9c9f719 Switch StringMap from an array of structures to a structure of arrays.
- -25% memory usage of the main table on x86_64 (was wasted in struct padding).
- no significant performance change.

llvm-svn: 147294
2011-12-27 20:35:07 +00:00
..
llvm Switch StringMap from an array of structures to a structure of arrays. 2011-12-27 20:35:07 +00:00
llvm-c Add support to add named metadata operand. 2011-12-20 19:29:36 +00:00