aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann1999-11-07 13:07:56 +0000
committerGerd Moellmann1999-11-07 13:07:56 +0000
commit4015b3c0ca013a8dd424f4108c963cf3e90a9d14 (patch)
treeea9993056e8101126fdabd6904b56641bc37368a /src/ChangeLog
parentdd59e217f0549a0813e305886cadcaf00d658310 (diff)
downloademacs-4015b3c0ca013a8dd424f4108c963cf3e90a9d14.tar.gz
emacs-4015b3c0ca013a8dd424f4108c963cf3e90a9d14.zip
Use block statements in cases and declare v1 and v2
locally there. Rearrange case statements so that thos most frequently executed come first. Avoid goto's in frequently executed cases.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ed62f25a6ba..b3d13107c67 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
11999-11-07 Gerd Moellmann <gerd@gnu.org>
2
3 * Fbyte_code: Use block statements in cases and declare v1 and v2
4 locally there. Rearrange case statements so that thos most
5 frequently executed come first. Avoid goto's in frequently
6 executed cases.
7
11999-11-05 Gerd Moellmann <gerd@gnu.org> 81999-11-05 Gerd Moellmann <gerd@gnu.org>
2 9
3 * bytecode.c (Fbyte_code): Use BEFORE_POTENTIAL_GC and 10 * bytecode.c (Fbyte_code): Use BEFORE_POTENTIAL_GC and