tcg: Allocate objects contiguously in temp_allocate_frame
commit273eb50c0fed6696d4600d9cf26f1b2dfcccab0c
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 19 Oct 2022 02:03:40 +0000 (19 12:03 +1000)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 4 Feb 2023 16:19:42 +0000 (4 06:19 -1000)
tree75ca95e33377c0c4084d907873d4699249251fc7
parent466d37596010845eb61fbb8b5cd7daa407286342
tcg: Allocate objects contiguously in temp_allocate_frame

When allocating a temp to the stack frame, consider the
base type and allocate all parts at once.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/tcg.c