On Wed, Aug 24, 2016 at 9:04 PM, Matt Turner wrote:
> Prior to this commit rename_variables_block() is recursively called,
> performing a depth-first traversal of the control flow graph. The
> function uses a non-trivial amount of stack space for local variables,
> which puts us in danger of smas
On Thu, Aug 25, 2016 at 2:26 PM, Matt Turner wrote:
> On Wed, Aug 24, 2016 at 11:25 PM, Connor Abbott wrote:
>> On Thu, Aug 25, 2016 at 12:04 AM, Matt Turner wrote:
>>> Prior to this commit rename_variables_block() is recursively called,
>>> performing a depth-first traversal of the control flow
On Wed, Aug 24, 2016 at 11:25 PM, Connor Abbott wrote:
> On Thu, Aug 25, 2016 at 12:04 AM, Matt Turner wrote:
>> Prior to this commit rename_variables_block() is recursively called,
>> performing a depth-first traversal of the control flow graph. The
>> function uses a non-trivial amount of stack
On Thu, Aug 25, 2016 at 12:04 AM, Matt Turner wrote:
> Prior to this commit rename_variables_block() is recursively called,
> performing a depth-first traversal of the control flow graph. The
> function uses a non-trivial amount of stack space for local variables,
> which puts us in danger of smas