[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH] Exponential case in the optimizer's handli
From: |
Felix |
Subject: |
Re: [Chicken-hackers] [PATCH] Exponential case in the optimizer's handling of replacable variables |
Date: |
Tue, 07 Feb 2012 07:52:47 +0100 (CET) |
> Here's another patch that attempts to push down compilation time.
>
> In the analysis phase, variables that are eligible for replacement
> are marked as such, and in the database these get a property which
> says with which other variable they can be replaced (this happens
> in analyze-expression in compiler.scm). The actual replacement
> happens in the optimization step (perform-high-level-optimizations in
> optimizer.scm)
Signed off and pushed.
cheers,
felix