Hi, Andy Wingo <[email protected]> skribis:
> On Wed 21 Sep 2011 11:13, [email protected] (Ludovic Courtès) writes: > >> I believe that at least the <let-values> and <fix> cases are dead code >> since ‘fix-letrec!’ hasn’t been called at the point ‘peval’ is called. >> No? > > For <fix>, perhaps it should be called earlier. The `let-values' case > is explicitly handled by an inlining of @call-with-values to let-values > in peval, with the goal of removing the later inlining pass, as it's not > as good as peval. I see, thanks! Ludo’.
