> On Jul 14, 2015, at 20:19, Gustavo Massaccesi <gust...@oma.org.ar> wrote:
> 
> Replacing the line 1758 of optimize.c
> 
> -  if ((info->inline_fuel < 0) && info->has_nonleaf && !noapp)
> +  if ((info->inline_fuel <= 0) && info->has_nonleaf && !noapp)
> 
> make the problem disappear, but I still don't understand why "(dup
> rep)" is the only combination that creates a problem.
> 
> I also want to think about the "(info->inline_fuel >= 0)" in line 1872
> and how that interacts with the "if (noapp)" in line 1876 ...

Thanks! I can test against my whole suite in tomorrow's daily if you'd like.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to