diff options
| author | Paul Eggert | 2012-09-11 13:35:23 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-09-11 13:35:23 -0700 |
| commit | 5779a1dc62593be8294edaecfecca4359be9ab4e (patch) | |
| tree | a06911ec707e4c6b3f59879e495e7ed2f8a71af1 /src/ChangeLog | |
| parent | 9011078f9df40965a6ef3cade5bba3e5d0eb730d (diff) | |
| download | emacs-5779a1dc62593be8294edaecfecca4359be9ab4e.tar.gz emacs-5779a1dc62593be8294edaecfecca4359be9ab4e.zip | |
* alloc.c (discard_killed_buffers): Tune and simplify a bit.
Use pointer-to-a-pointer to simplify and avoid a NILP check each
time an item is removed. No need to mark this function 'inline';
the compiler knows better than we do.
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 6cb0e65281a..2b0686cc49e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2012-09-11 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * alloc.c (discard_killed_buffers): Tune and simplify a bit. | ||
| 4 | Use pointer-to-a-pointer to simplify and avoid a NILP check each | ||
| 5 | time an item is removed. No need to mark this function 'inline'; | ||
| 6 | the compiler knows better than we do. | ||
| 7 | |||
| 1 | 2012-09-11 Jan Djärv <jan.h.d@swipnet.se> | 8 | 2012-09-11 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 9 | ||
| 3 | * nsterm.m (ns_judge_scroll_bars): Pass NO to updateFrameSize. | 10 | * nsterm.m (ns_judge_scroll_bars): Pass NO to updateFrameSize. |