On 12/12/14 12:38, Ryan Mansfield wrote:
Hi,
Here are a few test tweaks. In 921202-1.c, if STACK_SIZE is used then
VLEN will blow the stack with 64bit longs. e.g. if STACK_SIZE == 512K
then 3 arrays of 32767 longs means at a minimum 767K of stack will be
used at -O0. In pr51447.c, the rbx global
On 14-12-12 04:29 PM, Mike Stump wrote:
On Dec 12, 2014, at 11:38 AM, Ryan Mansfield wrote:
Here are a few test tweaks. In 921202-1.c, if STACK_SIZE is used then VLEN will
blow the stack with 64bit longs. e.g. if STACK_SIZE == 512K then 3 arrays of
32767 longs means at a minimum 767K of stac
On Dec 12, 2014, at 11:38 AM, Ryan Mansfield wrote:
>
> Here are a few test tweaks. In 921202-1.c, if STACK_SIZE is used then VLEN
> will blow the stack with 64bit longs. e.g. if STACK_SIZE == 512K then 3
> arrays of 32767 longs means at a minimum 767K of stack will be used at -O0.
> In pr5144
Hi,
Here are a few test tweaks. In 921202-1.c, if STACK_SIZE is used then
VLEN will blow the stack with 64bit longs. e.g. if STACK_SIZE == 512K
then 3 arrays of 32767 longs means at a minimum 767K of stack will be
used at -O0. In pr51447.c, the rbx global register is clobbering the rbx
of mai