guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] GNU Guile branch, eval-cleanup, created. release_1-9-2-3


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, eval-cleanup, created. release_1-9-2-37-g8d053a8
Date: Thu, 20 Aug 2009 23:25:52 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=8d053a8d97e7a8abbf12daa3d231eb42e4395a42

The branch, eval-cleanup has been created
        at  8d053a8d97e7a8abbf12daa3d231eb42e4395a42 (commit)

- Log -----------------------------------------------------------------
commit 8d053a8d97e7a8abbf12daa3d231eb42e4395a42
Author: Andy Wingo <address@hidden>
Date:   Fri Aug 21 01:17:32 2009 +0200

    tweak to eval.c
    
    * libguile/eval.c (eval_letrec_inits): Rename from ceval_letrec_inits.
      Caller changed.

commit d8226174579ba46dfb250f7a6210daff5285378e
Author: Andy Wingo <address@hidden>
Date:   Fri Aug 21 01:14:57 2009 +0200

    eval.i.c -> eval.c
    
    * libguile/Makefile.am:
    * libguile/eval.i.c: Remove eval.i.c.
    
    * libguile/eval.c: Fold eval.i.c's contents into eval.c.

commit c22d0b2d3adaefc00c75f238a269f64beed5d0f5
Author: Andy Wingo <address@hidden>
Date:   Fri Aug 21 01:06:00 2009 +0200

    more ceval excision
    
    * libguile/eval.c:
    * libguile/eval.i.c: Rename deval to eval. Substitute in some
      preprocessor macros.

commit ab8afed59d22ca138aca120b99ad73b8109f3034
Author: Andy Wingo <address@hidden>
Date:   Fri Aug 21 01:00:28 2009 +0200

    remove code from eval.i.c that was only for CEVAL.
    
    * libguile/eval.i.c: Remove CEVAL-only code.

commit ec2d9f6f9b0b001035e71b533176fde735568ff8
Author: Andy Wingo <address@hidden>
Date:   Fri Aug 21 00:54:34 2009 +0200

    Don't double-include eval.i.c -- let's only build deval.
    
    * libguile/eval.c (SCM_I_XEVAL, SCM_I_XEVALCAR): No more debug_p args,
      we are always debugging. Adapt all callers.
      (ceval_letrec_inits): For some reason this function is used by deval.
      No idea why. Pull it out here.
    
    * libguile/eval.i.c (SCM_APPLY): scm_dapply is scm_apply.

commit 1e275599296a6ad488674091c897dd250be4741e
Author: Andy Wingo <address@hidden>
Date:   Fri Aug 21 00:38:48 2009 +0200

    gut trampolines
    
    * libguile/eval.c: Gut the trampoline implementation. We'll be doing
      much more clever things here that will obviate the need for the
      procedure arg of map and for-each to be allocated in many cases...
      trampolines were a noble attempt at optimizing in the wrong place.

commit 8dbe147366a3a258bd79134c3da761e820798f86
Author: Andy Wingo <address@hidden>
Date:   Fri Aug 21 00:37:39 2009 +0200

    expand out named let to letrec in the eval case
    
    * module/ice-9/psyntax.scm: In the eval case, expand out named let to
      letrec.
    * module/ice-9/psyntax-pp.scm: Regenerated.

-----------------------------------------------------------------------


hooks/post-receive
-- 
GNU Guile




reply via email to

[Prev in Thread] Current Thread [Next in Thread]