diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
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 @@ | |||
| 1 | 1999-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 | |||
| 1 | 1999-11-05 Gerd Moellmann <gerd@gnu.org> | 8 | 1999-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 |