guile-commits
[Top][All Lists]
Advanced

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

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


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, wip-eval-cleanup, created. release_1-9-5-51-g6dff908
Date: Thu, 26 Nov 2009 21:32:34 +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=6dff90846242db7627c238e95b55f36ca4801288

The branch, wip-eval-cleanup has been created
        at  6dff90846242db7627c238e95b55f36ca4801288 (commit)

- Log -----------------------------------------------------------------
commit 6dff90846242db7627c238e95b55f36ca4801288
Author: Andy Wingo <address@hidden>
Date:   Thu Nov 26 22:32:47 2009 +0100

    fix goops compilation by defining @slot-ref and @slot-set! primitives
    
    * module/language/tree-il/primitives.scm (add-interesting-primitive!):
      Error if the primitive isn't bound.
    
    * module/oop/goops.scm (@slot-ref, @slot-set!): Define "primitives" for
      these. Probably should do something more general, though, allowing
      @struct-ref.

commit ccc25d4fe1cf7baec57481288d0243309d6a86ab
Author: Andy Wingo <address@hidden>
Date:   Thu Nov 26 22:11:40 2009 +0100

    local-eval will go away
    
    * module/ice-9/debugger/commands.scm:
    * module/ice-9/debugging/traps.scm:
    * module/ice-9/emacs.scm:
    * module/ice-9/gds-client.scm: Add some FIXMEs due to impending
      local-eval removal.
    
    * module/oop/goops.scm (make-generic-bound-check-getter): Just the
      compiled closure case here.

commit 4bb6021d1bafa36224eb724efd249edac60d9ba9
Author: Andy Wingo <address@hidden>
Date:   Sun Aug 23 15:49:39 2009 +0200

    add new evaluator

commit 75b38343a03854cb4816b4bc1663522a61f573c5
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 9fdb95e992b03eb3a07717d01811d4303fee7479
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 39aba787b95a1f35368cd1c593d8f76aa3984b8c
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 d2f2daf9244af81ab93513deb23af55191013567
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 baf5eebb1f30caa02552b2628d4fc380e247f98e
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 6613e7eaba6a92cebae54c39fed87fe1177740a9
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.
    
    * srfi/srfi-1.c (scm_srfi1_lset_difference_x): Validate that we get a
      proc, because the trampoline won't do it for us.
    
    * test-suite/tests/sort.test ("sort"):
    * test-suite/tests/srfi-1.test ("count", "fold", "list-index"):
      Change expected exceptions, due to trampoline functions not doing any
      computation.

commit 9399a040ff4f23895b187b12bd0f1af2812bcef6
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]