diff options
| author | Paul Eggert | 2011-04-09 13:39:49 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-09 13:39:49 -0700 |
| commit | e30196164233d058f66efb342eee223f014bf69b (patch) | |
| tree | 243c8e79002ebe3d3ff9fd510d1fa9148682bbcf /src/ChangeLog | |
| parent | becfa255fb1fb207fa0b5d850e8df3eb53ba0bea (diff) | |
| download | emacs-e30196164233d058f66efb342eee223f014bf69b.tar.gz emacs-e30196164233d058f66efb342eee223f014bf69b.zip | |
* xmenu.c (set_frame_menubar): Allocate smaller local vectors.
This also lets GCC 4.6.0 generate slightly better loop code.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 86dec69e094..084f41fc974 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-04-09 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-09 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * xmenu.c (set_frame_menubar): Allocate smaller local vectors. | ||
| 4 | This also lets GCC 4.6.0 generate slightly better loop code. | ||
| 5 | |||
| 3 | * callint.c (Fcall_interactively): <, not <=, for optimization. | 6 | * callint.c (Fcall_interactively): <, not <=, for optimization. |
| 4 | (Fcall_interactively): Count the number of arguments produced, | 7 | (Fcall_interactively): Count the number of arguments produced, |
| 5 | not the number of arguments given. This is simpler and lets GCC | 8 | not the number of arguments given. This is simpler and lets GCC |