commit | 69706eafab6b22e4e182762b43e2e7c5f299c3d7 | [log] [tgz] |
---|---|---|
author | Maksim Panchenko <[email protected]> | Thu Dec 09 19:53:12 2021 |
committer | Maksim Panchenko <[email protected]> | Thu Dec 09 19:53:12 2021 |
tree | 76e1fa020f3c3af433782f7c972f1611450b5674 | |
parent | bb201ca3e8c2739dad4ad237aa943039b2b1507a [diff] |
[BOLT] Refactor BinaryBasicBlock to use ADT Summary: Refactor members of BinaryBasicBlock. Replace some std containers with ADT equivalents. The size of BinaryBasicBlock on x86-64 Linux is reduced from 232 bytes to 192 bytes. (cherry picked from FBD33081850)