| Newsgroups |
gmane.lisp.clisp.devel |
| Message-ID |
<[email protected]> |
Send clisp-cvs mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/clisp-cvs
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of clisp-cvs digest..."
CLISP CVS commits for today
Today's Topics:
1. clisp: Reinstall the old GC from clisp-2.47.
([email protected])
2. clisp: Optimize unneeded code when SIGCLD is not defined.
([email protected])
3. clisp: Allow regular testing of SPVW_PURE_PAGES memory
management. ([email protected])
4. clisp: Allow regular testing of memory management with
limited m... ([email protected])
----------------------------------------------------------------------
Message: 1
Date: Fri, 26 May 2017 17:31:13 +0000
From: [email protected]
To: [email protected]
Subject: clisp: Reinstall the old GC from clisp-2.47.
Message-ID:
<hg.f50238f0f995.1495819873.5707144812384457164@sfp-scm-6.v30.ch3.sourceforge.com>
Content-Type: text/plain; charset="us-ascii"
details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/f50238f0f995
changeset: 15906:f50238f0f9953a7cd614c7026bbe5a337665e35e
user: Bruno Haible <[email protected]>
date: 2017-05-26 18:33:25 +0200
description:
Reinstall the old GC from clisp-2.47.
This should provide a reference point when hunting down GC bugs.
diffstat:
Makefile.devel | 16 +-
src/ChangeLog | 30 +
src/lispbibl.d | 9 +-
src/makemake.in | 2 +-
src/spvw.d | 37 +-
src/spvw_allocate_old.d | 759 ++++++++++++++++++
src/spvw_circ_old.d | 1913 +++++++++++++++++++++++++++++++++++++++++++++++
src/spvw_fault_old.d | 271 ++++++
src/spvw_garcol_old.d | 31 +-
src/spvw_genera1_old.d | 1218 +++++++++++++++++++++++++++++
src/spvw_genera3_old.d | 74 +
src/spvw_global_old.d | 484 +++++++++++
src/spvw_heap_old.d | 144 +++
src/spvw_memfile.d | 23 +-
src/spvw_space.d | 2 +-
src/spvw_typealloc.d | 2 +-
16 files changed, 4978 insertions(+), 37 deletions(-)
------------------------------
Message: 2
Date: Fri, 26 May 2017 17:31:14 +0000
From: [email protected]
To: [email protected]
Subject: clisp: Optimize unneeded code when SIGCLD is not defined.
Message-ID:
<hg.301943720553.1495819874.5707144812384457164@sfp-scm-6.v30.ch3.sourceforge.com>
Content-Type: text/plain; charset="us-ascii"
details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/301943720553
changeset: 15907:301943720553273d6a97fb1a07e50341753896a0
user: Bruno Haible <[email protected]>
date: 2017-05-26 15:13:20 +0200
description:
Optimize unneeded code when SIGCLD is not defined.
diffstat:
src/ChangeLog | 6 ++++++
src/spvw_sigcld.d | 7 ++++---
2 files changed, 10 insertions(+), 3 deletions(-)
------------------------------
Message: 3
Date: Fri, 26 May 2017 17:31:16 +0000
From: [email protected]
To: [email protected]
Subject: clisp: Allow regular testing of SPVW_PURE_PAGES memory
management.
Message-ID:
<hg.1c8401b465bc.1495819876.5707144812384457164@sfp-scm-6.v30.ch3.sourceforge.com>
Content-Type: text/plain; charset="us-ascii"
details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/1c8401b465bc
changeset: 15908:1c8401b465bc67df71f80fcb0d7fb34b82f09de2
user: Bruno Haible <[email protected]>
date: 2017-05-26 18:27:32 +0200
description:
Allow regular testing of SPVW_PURE_PAGES memory management.
diffstat:
Makefile.devel | 56 ++++++++++++++++++++++++++++++++++++++++++++------------
src/ChangeLog | 18 ++++++++++++++++++
src/lispbibl.d | 12 ++++++++++--
3 files changed, 72 insertions(+), 14 deletions(-)
------------------------------
Message: 4
Date: Fri, 26 May 2017 17:31:17 +0000
From: [email protected]
To: [email protected]
Subject: clisp: Allow regular testing of memory management with
limited m...
Message-ID:
<hg.d573e8e54c34.1495819877.5707144812384457164@sfp-scm-6.v30.ch3.sourceforge.com>
Content-Type: text/plain; charset="us-ascii"
details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/d573e8e54c34
changeset: 15909:d573e8e54c34c8a2b46877a877d81efcb1b7d60e
user: Bruno Haible <[email protected]>
date: 2017-05-26 19:24:49 +0200
description:
Allow regular testing of memory management with limited memory size.
diffstat:
Makefile.devel | 32 ++++++++++++++++++++++++++++++++
modules/asdf/Makefile | 2 +-
src/ChangeLog | 8 ++++++++
3 files changed, 41 insertions(+), 1 deletions(-)
------------------------------
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
------------------------------
Subject: Digest Footer
_______________________________________________
clisp-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clisp-cvs
------------------------------
End of clisp-cvs Digest, Vol 77, Issue 2
****************************************
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
clisp-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clisp-devel