diff options
author | 2021-10-25 10:31:15 +0100 | |
---|---|---|
committer | 2021-10-25 13:16:39 +0000 | |
commit | 394a082fc9268f7af97ed2e0e9fed4e459508e92 (patch) | |
tree | 32655526dc4d9d52d2a23f0f2307ae7753075148 /compiler/optimizing/stack_map_stream.cc | |
parent | 0bc369b6a7c6d380876574f5b1f7fe3aa78839fb (diff) |
Change `BitTableBase<>::num_rows_` to `uint32_t`.
For 64-bit targets, changing the member from `size_t` to
`uint32_t` reduces `sizeof(CodeInfo)` from 376 to 336 and
keeps the `Thread::CreateInternalStackTrace()` from reaching
the `-Wframe-larger-than=` limit enforced with `-Werror`.
Test: m
Change-Id: Ic42192355d224ca6afc3927506606a00ee084e19
Diffstat (limited to 'compiler/optimizing/stack_map_stream.cc')
0 files changed, 0 insertions, 0 deletions