aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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