From: Kim F. Storm Date: Thu, 13 Jul 2006 13:43:26 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~1472 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f3500bbee134676ddc9716ee2485174c8e9bef06;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index e3cc69c7487..8437853d887 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,17 @@ +2006-07-13 Kim F. Storm + + * bytecode.c (Fbyte_code): Use CAR, CDR for Bcar, Bcdr. + Use CAR_SAFE, CDR_SAFE for Bcar_safe, Bcdr_safe. + Simplify loops and use CAR for Bnth and Belt. + + * data.c (Findirect_function): Optimize for no indirection. + + * eval.c (Fthrow): Remove loop around Fsignal. + (Feval, Fapply, Ffuncall): Optimize for no function indirection. + Use original function name in all signaled errors. + Simplify Fsignal calls (no return). + (funcall_lambda): Simplify Fsignal calls (no return). + 2006-07-13 Andreas Schwab * syntax.c (scan_sexps_forward): Use EMACS_INT for out_bytepos and