diff options
| author | Dmitry Antipov <dmantipov@yandex.ru> | 2014-06-09 19:03:49 +0400 |
|---|---|---|
| committer | Dmitry Antipov <dmantipov@yandex.ru> | 2014-06-09 19:03:49 +0400 |
| commit | 2c70e6b00aec31c455eee2a939863a4e382986fc (patch) | |
| tree | 43fc914373e63cee915e406470ce4e5b7a10543f /src/ChangeLog | |
| parent | f4454d5215837bdddec70d8a1e7a9a4b3e4d52bd (diff) | |
Further adjustments to mark_object and friends.
Now the mark_object's stack is just 32 bytes on a 64-bit
system, which means extra 20% off the stack usage.
* alloc.c (mark_save_value): As before, refactored out from ...
(mark_object): ... adjusted user. Also add comment.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9c6596c306a..5fbf2e377e5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2014-06-09 Dmitry Antipov <dmantipov@yandex.ru> + + Further adjustments to mark_object and friends. + Now the mark_object's stack is just 32 bytes on a 64-bit + system, which means extra 20% off the stack usage. + * alloc.c (mark_save_value): As before, refactored out from ... + (mark_object): ... adjusted user. Also add comment. + 2014-06-09 Paul Eggert <eggert@cs.ucla.edu> Fix core dump after a dropped X connection (Bug#17704). |
