[PATCH][RFC] recursion reduction patch

Sergey Lapin slapinid at gmail.com
Wed Dec 13 08:33:36 PST 2006


Danny Kukawka wrote:
> On Wednesday 13 December 2006 17:00, Sergey Lapin wrote:
>> Hi,
>> attached patch is removal of 2 major recursion paths. It does not
>> removes all recursion but makes it not harmful. On my device it reduced
>> stack consumption from ~170K to ~80K (12K RSS).
> 
> Without a deeper look at the patch: Why do you need a new out2 if out do the 
> same?:
>  out:
>         return;
> +out2:
Yeah, it was cleanup remnant... sorry... any other suggestions?



More information about the hal mailing list