Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 1626:5cec7ab01719
[xemacs-hg @ 2003-08-16 14:18:36 by michaels]
2003-08-12 Mike Sperber <mike@xemacs.org>
* bytecode.c (GCPRO_STACK): Added.
(execute_optimized_program): Use GCPRO_STACK, fixing a space leak:
Formerly, the byte-code engine would always hold on to the entire
stack memory area, including the stuff above the top. Now, we
adjust the GCPRO record via GCPRO_STACK just before a GC may
occur.
author | michaels |
---|---|
date | Sat, 16 Aug 2003 14:18:38 +0000 |
parents | bf2a986fcb17 |
children | 632411c376d0 |
line wrap: on
line diff
--- a/src/ChangeLog Fri Aug 15 21:52:30 2003 +0000 +++ b/src/ChangeLog Sat Aug 16 14:18:38 2003 +0000 @@ -1,3 +1,12 @@ +2003-08-12 Mike Sperber <mike@xemacs.org> + + * bytecode.c (GCPRO_STACK): Added. + (execute_optimized_program): Use GCPRO_STACK, fixing a space leak: + Formerly, the byte-code engine would always hold on to the entire + stack memory area, including the stuff above the top. Now, we + adjust the GCPRO record via GCPRO_STACK just before a GC may + occur. + 2003-07-31 René Kyllingstad <listmailxemacs@kyllingstad.com> * event-msw.c (mswindows_enqueue_mouse_button_event):