SCM Repository
Log of /sml/branches/primop-branch-3/runtime/gc
Sticky Revision: |
Revision 2431 - Directory Listing
Modified Thu Apr 19 03:14:21 2007 UTC (13 years, 9 months ago) by dbm
merged revisions 2221:2410 of sml/trunk into base
Revision 2221 - Directory Listing
Modified Tue Nov 28 21:56:55 2006 UTC (14 years, 2 months ago) by blume
create primop branch 3 as future target to merge changes from primop branch 2
Revision 2162 - Directory Listing
Modified Thu Nov 2 21:20:47 2006 UTC (14 years, 2 months ago) by blume
Original Path: sml/trunk/runtime/gc
eliminated src dir
Revision 2088 - Directory Listing
Modified Wed Nov 1 03:22:18 2006 UTC (14 years, 2 months ago) by blume
Original Path: sml/trunk/src/runtime/gc
set eol-style on all win32-specific files
Revision 1889 - Directory Listing
Modified Tue Feb 21 21:33:24 2006 UTC (14 years, 11 months ago) by jhr
Original Path: sml/trunk/src/runtime/gc
Cleanup of Linux signal handling plus port to x86-64.
Revision 1805 - Directory Listing
Modified Fri May 20 20:39:43 2005 UTC (15 years, 8 months ago) by jhr
Original Path: sml/trunk/src/runtime/gc
Bug fix: the calculation of required space did not take sequence headers into account.
Revision 1787 - Directory Listing
Modified Thu May 5 16:25:12 2005 UTC (15 years, 8 months ago) by jhr
Original Path: sml/trunk/src/runtime/gc
Allow heap triming to be turned off. WARNING: doing so may result in unbounded heap-growth, even for constant-space programs!
Revision 1786 - Directory Listing
Modified Thu May 5 16:24:04 2005 UTC (15 years, 8 months ago) by jhr
Original Path: sml/trunk/src/runtime/gc
Change in sizing calculation to reduce number of major GCs.
Revision 1766 - Directory Listing
Modified Fri Feb 25 23:28:42 2005 UTC (15 years, 11 months ago) by mblume
Original Path: sml/trunk/src/runtime/gc
dlopen trick does not work(yet) for win32
Revision 1747 - Directory Listing
Modified Fri Jan 14 23:53:21 2005 UTC (16 years ago) by mblume
Original Path: sml/trunk/src/runtime/gc
new experimental heap2exec facility
Revision 1619 - Directory Listing
Modified Wed Sep 8 18:19:45 2004 UTC (16 years, 4 months ago) by mblume
Original Path: sml/trunk/src/runtime/gc
bumped heap image magic number
Revision 1342 - Directory Listing
Modified Mon Aug 11 20:46:00 2003 UTC (17 years, 5 months ago) by mblume
Original Path: sml/trunk/src/runtime/gc
works under w32 again; bug fix for ml-nlffigen; other bugfixes
Revision 1264 - Directory Listing
Modified Fri Sep 20 20:41:13 2002 UTC (18 years, 4 months ago) by jhr
Original Path: sml/trunk/src/runtime/gc
Fixed code for MacOS 10.2. This still needs to be tested on 10.1.5.
Revision 1247 - Directory Listing
Modified Mon Jun 17 20:32:12 2002 UTC (18 years, 7 months ago) by jhr
Original Path: sml/trunk/src/runtime/gc
More GC space-leak fixes with some performance tuning.
Revision 1242 - Directory Listing
Modified Tue Jun 11 18:50:28 2002 UTC (18 years, 7 months ago) by jhr
Original Path: sml/trunk/src/runtime/gc
Fix sizing policy implementation.
Revision 1241 - Directory Listing
Modified Tue Jun 11 18:50:06 2002 UTC (18 years, 7 months ago) by jhr
Original Path: sml/trunk/src/runtime/gc
Rationalize max sizes for arenas.
Revision 1224 - Directory Listing
Modified Thu May 23 18:57:32 2002 UTC (18 years, 8 months ago) by jhr
Original Path: sml/trunk/src/runtime/gc
Missing include file.
Revision 1219 - Directory Listing
Modified Wed May 22 14:41:38 2002 UTC (18 years, 8 months ago) by jhr
Original Path: sml/trunk/src/runtime/gc
Made the heap shrink test more robust.
Revision 1214 - Directory Listing
Modified Tue May 21 17:58:40 2002 UTC (18 years, 8 months ago) by jhr
Original Path: sml/trunk/src/runtime/gc
Added a hack to fix bug 1131. The basic idea is to force an extra GC in certain places, which then has the effect of shrinking the heap.
Revision 1210 - Directory Listing
Modified Tue May 21 14:38:53 2002 UTC (18 years, 8 months ago) by jhr
Original Path: sml/trunk/src/runtime/gc
Modified heap exporting so that it is quiet unless GCMessages are enabled.
Revision 986 - Directory Listing
Modified Wed Nov 21 21:03:17 2001 UTC (19 years, 2 months ago) by blume
Original Path: sml/trunk/src/runtime/gc
Release 110.37 -- see HISTORY
Revision 651 - Directory Listing
Modified Thu Jun 1 18:34:03 2000 UTC (20 years, 7 months ago) by monnier
Original Path: sml/trunk/src/runtime/gc
bring revisions from the vendor branch to the trunk
Revision 569 - Directory Listing
Modified Tue Mar 7 04:01:07 2000 UTC (20 years, 10 months ago) by blume
Original Path: sml/trunk/src/runtime/gc
- size info in BOOTLIST * no fixed upper limits for number of bootfiles or length of bootfile names in runtime * falling back to old behavior if no BOOTLIST size info found - allocation size heuristics in .run-sml * tries to read cache size from /proc/cpuinfo (this is important for small-cache Celeron systems!) - install.sh robustified - CM manual updates - paranoid mode * no more CMB.deliver() (i.e., all done by CMB.make()) * can re-use existing sml.boot.* files * init.cmi now treated as library * library stamps for consistency checks - sml.boot.<arch>-<os>/PIDMAP file * This file is read by the CM startup code. This is used to minimize the amount of dynamic state that needs to be stowed away for the purpose of sharing between interactive system and user code. - CM.Anchor.anchor instead of CM.Anchor.{set,cancel} * Upon request by Elsa. Anchors now controlled by get-set-pair like most other CM state variables. - Compiler.CMSA eliminated * No longer supported by CM anyway. - fixed bugs in pickler that kept biting Stefan * past refs to past refs (was caused by the possibility that ad-hoc sharing is more discriminating than hash-cons sharing) * integer overflow on LargeInt.minInt - ml-{lex,yacc} build scripts now use new mechanism for building standalone programs - fixed several gcc -Wall warnings that were caused by missing header files, missing initializations, etc., in runtime (not all warnings eliminated, though)
Revision 488 - Directory Listing
Modified Tue Nov 23 11:07:04 1999 UTC (21 years, 2 months ago) by monnier
Original Path: sml/trunk/src/runtime/gc
*** empty log message ***
Revision 466 - Directory Listing
Modified Wed Nov 10 22:35:37 1999 UTC (21 years, 2 months ago) by monnier
Original Path: sml/trunk/src/runtime/gc
*** empty log message ***
Revision 440 - Directory Listing
Modified Wed Sep 15 16:37:27 1999 UTC (21 years, 4 months ago) by monnier
Original Path: sml/trunk/src/runtime/gc
This commit was generated by cvs2svn to compensate for changes in r439, which included commits to RCS files with non-trunk default branches.
Revision 422 - Directory Listing
Modified Sun Sep 5 22:49:38 1999 UTC (21 years, 4 months ago) by monnier
Original Path: sml/trunk/src/runtime/gc
merged in 110.19 and 110.20. Conflicts resolved, but it probably doesn't compile yet.
Revision 251 - Directory Listing
Modified Mon Apr 19 02:55:26 1999 UTC (21 years, 9 months ago) by monnier
Original Path: sml/trunk/src/runtime/gc
First try at a merge of 110.16
Revision 250 - Directory Listing
Modified Sat Apr 17 18:57:03 1999 UTC (21 years, 9 months ago) by monnier
Original Path: sml/trunk/src/runtime/gc
This commit was generated by cvs2svn to compensate for changes in r249, which included commits to RCS files with non-trunk default branches.
Revision 244 - Directory Listing
Modified Sat Apr 17 18:41:51 1999 UTC (21 years, 9 months ago) by monnier
Original Path: sml/trunk/src/runtime/gc
This commit was generated by cvs2svn to compensate for changes in r243, which included commits to RCS files with non-trunk default branches.
Revision 240 - Directory Listing
Modified Sat Apr 17 18:29:24 1999 UTC (21 years, 9 months ago) by monnier
Original Path: sml/trunk/src/runtime/gc
This commit was generated by cvs2svn to compensate for changes in r239, which included commits to RCS files with non-trunk default branches.
Revision 228 - Directory Listing
Modified Sat Apr 17 17:15:03 1999 UTC (21 years, 9 months ago) by monnier
Original Path: sml/trunk/src/runtime/gc
This commit was generated by cvs2svn to compensate for changes in r227, which included commits to RCS files with non-trunk default branches.
Revision 224 - Directory Listing
Modified Sat Apr 17 16:27:01 1999 UTC (21 years, 9 months ago) by monnier
Original Path: sml/trunk/src/runtime/gc
This commit was generated by cvs2svn to compensate for changes in r223, which included commits to RCS files with non-trunk default branches.
Revision 221 - Directory Listing
Modified Sat Apr 17 16:19:57 1999 UTC (21 years, 9 months ago) by monnier
Original Path: sml/trunk/src/runtime/gc
Initial revision
Revision 140 - Directory Listing
Modified Mon Sep 7 21:11:35 1998 UTC (22 years, 4 months ago) by monnier
Original Path: sml/trunk/src/runtime/gc
This commit was generated by cvs2svn to compensate for changes in r139, which included commits to RCS files with non-trunk default branches.
Revision 107 - Directory Listing
Modified Thu May 28 21:30:17 1998 UTC (22 years, 8 months ago) by monnier
Original Path: sml/trunk/src/runtime/gc
This commit was generated by cvs2svn to compensate for changes in r106, which included commits to RCS files with non-trunk default branches.
Revision 48 - Directory Listing
Modified Sun Mar 22 22:26:22 1998 UTC (22 years, 10 months ago) by monnier
Original Path: sml/trunk/src/runtime/gc
turn off GC messages by default
Revision 9 - Directory Listing
Modified Sun Jan 18 01:01:29 1998 UTC (23 years ago) by monnier
Original Path: sml/trunk/src/runtime/gc
This commit was generated by cvs2svn to compensate for changes in r8, which included commits to RCS files with non-trunk default branches.
Revision 2 - Directory Listing
Added Sat Oct 4 23:33:09 1997 UTC (23 years, 3 months ago) by monnier
Original Path: sml/trunk/src/runtime/gc
Initial revision
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |