guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core/libguile ChangeLog eval.c goop...


From: Dirk Herrmann
Subject: guile/guile-core/libguile ChangeLog eval.c goop...
Date: Sat, 09 Mar 2002 15:15:17 -0500

CVSROOT:        /cvsroot/guile
Module name:    guile
Changes by:     Dirk Herrmann <address@hidden>  02/03/09 15:15:16

Modified files:
        guile-core/libguile: ChangeLog eval.c goops.h objects.h 

Log message:
        * eval.c (SCM_CEVAL): Cleaned up the handling of address@hidden
        Added lots of comments regarding the implementation of address@hidden
        Changed intra-procedure communication to use t.arg1 instead of
        arg2.  Removed some uses of t.arg1, t.lloc and proc as temporary
        variables.  Introduced temporary variables with hopefully
        descriptive names for clarification.  Replaced SCM_N?IMP by a more
        explicit predicate in some places.  Use SCM_INSTANCE_HASH instead
        of computing the expression explicitly.  Eliminate now unused
        label nontoplevel_cdrxbegin.
        
        * goops.h (SCM_INSTANCE_HASH): New macro.
        
        * objects.h (SCM_CMETHOD_FORMALS, SCM_CMETHOD_BODY): New macros.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/libguile/ChangeLog.diff?tr1=1.1605&tr2=1.1606&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/libguile/eval.c.diff?tr1=1.260&tr2=1.261&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/libguile/goops.h.diff?tr1=1.23&tr2=1.24&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/libguile/objects.h.diff?tr1=1.37&tr2=1.38&r1=text&r2=text




reply via email to

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