DescriptionARM: Do not stack allocate big buffers in Assembler.
Currently Assembler stack allocates 120KB for pending reloc infos.
This can lead to stack-overflow in C++ since the stack guard limit
is only 40K smaller than the stack size.
BUG=405338
LOG=Y
Patch Set 1 #
Total comments: 1
Messages
Total messages: 10 (2 generated)
|