aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/zcoll.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove mps_tramp, deprecated since release 1.111.0.Gareth Rees2020-09-241-27/+14
* Fix indentation of second clause of license.Gareth Rees2020-08-301-3/+3
* Use https: instead of http: when linking to the ravenbrook web site.Gareth Rees2020-08-301-1/+1
* Publish licence updates in code directory.Peter Jackson2020-06-111-94/+82
* Update urls (mostly http -> https).Gareth Rees2018-12-101-4/+4
* Change http to https for links to {info,www}.ravenbrook.com.Gareth Rees2018-11-221-1/+1
* Ensure that at most one collection of the world can be started in a call to a...Gareth Rees2016-04-191-2/+7
* Detabifying code and restructuredtext files.Richard Brooksby2016-02-181-2/+2
* Making mps_root_create_thread a convenience function for the common case.Richard Brooksby2016-02-151-8/+4
* Creating general mps_root_create_thread and renaming mps_root_create_stack as...Richard Brooksby2016-02-151-2/+2
* Lifting stack and register area scanner into mps interface to allow generalis...Richard Brooksby2016-02-151-2/+4
* Need to pass sizeof(mps_word_t) - 1 for the mask argument to get the old beha...Gareth Rees2015-09-141-2/+2
* Rename mps_root_create_reg_masked to mps_root_create_stack, and deprecate mps...Gareth Rees2015-09-141-6/+6
* Ensure that code of the form if (condition) statement; is split over two line...Gareth Rees2014-09-271-1/+2
* Park the arena before calling mps_chain_destroy.Gareth Rees2014-05-121-0/+1
* Remove unnecessary headers from the test suite.Gareth Rees2014-04-081-2/+1
* There's no need for test cases to include mpsw3.h any more.Gareth Rees2014-04-071-3/+1
* Catch-up merge from master sources to branch/2014-03-21/pellesc.Gareth Rees2014-03-281-8/+1
|\
| * Remove #pragma warning(disable: ...) for microsoft visual c/c++ warnings that...Gareth Rees2014-03-281-8/+1
* | 64-bit support for pelles c:Gareth Rees2014-03-251-11/+12
* | Improved support for pelles c:Gareth Rees2014-03-241-10/+9
|/
* Ensure that all test cases call testlib_init so that the testlib assertion ha...Gareth Rees2014-03-241-4/+3
* Catch-up merge from custom/cet/main to master.Richard Brooksby2013-05-241-0/+2
* Improve the usability of the test suite:Gareth Rees2013-03-071-4/+3
* Eliminating type puns on scan states, location dependencies, and allocation p...Richard Brooksby2012-09-071-3/+3
* Fixing warnings revealed by xcode (clang).Richard Brooksby2012-08-111-1/+1
* Minor fixups to printing and scanning formats to build cleanly on freebsd.Richard Brooksby2012-07-301-5/+6
* Added mps_word_const and other fixes to get zcoll test to workDavid Lovemore2012-05-171-23/+23
* Fixed up long constants and shifts that needed to be cast to correct type.David Lovemore2012-05-031-3/+3
* Fixing up occurences of "unsigned long" in the main mps and test code so that...Richard Brooksby2012-04-231-11/+15
* mps br/vmem: simple-chunk-return:Richard Kistruck2010-03-231-7/+0
* mps br/vmem: simple-chunk-return:Richard Kistruck2010-03-231-4/+29
* mps br/vmem: simple-chunk-return:Richard Kistruck2010-03-221-25/+177
* Mps br/vmem zcoll.c: (tidy) make "make()" a proper function, not inline in th...Richard Kistruck2010-03-221-48/+52
* mps br/vmem: simple-chunk-return:Richard Kistruck2010-03-221-3/+1
* Mps br/vmem: prepare for simple-chunk-return:Richard Kistruck2010-03-201-2/+7
* Mps br/padding: make arenapoll do lots of tracepolls if required, to catch up...Richard Kistruck2010-02-121-1/+3
* Mps br/padding zcoll.c: (fix build on w3i3*) rename argument/variable "small"...Richard Kistruck2009-09-251-7/+7
* Mps br/padding:Richard Kistruck2009-09-171-0/+3
* Mps br/padding zcoll.c: (remove hack: revert change zcoll.c168574)Richard Kistruck2009-09-041-9/+1
* Mps br/padding zcoll.c: (hack to verify that prlr in amctraceend_pageret diag...Richard Kistruck2009-09-041-1/+9
* Mps br/padding zcoll: fix round-up bug, ugly logic, and lack of comments in m...Richard Kistruck2009-09-021-10/+19
* Mps br/padding zcoll: fix root_table bug (this development branch only)Richard Kistruck2009-08-281-4/+6
* Mps br/padding: lsp tweaks and diagRichard Kistruck2009-08-261-14/+51
* Mps br/padding zcoll.c: change bigsmall() test to bigdropsmallambig() --Richard Kistruck2009-08-181-29/+37
* Mps br/padding: diagnostics that show large-segment-padding in action.Richard Kistruck2009-04-091-6/+50
* Mps br/padding: more diagnostic for how padding survives a collection.Richard Kistruck2009-04-021-10/+33
* Mps br/timing zcoll.c: oops, need to (re-)initialise myroot array for each sc...Richard Kistruck2009-02-171-0/+4
* Mps br/timing zcoll.c: catalog example is broken because ofRichard Kistruck2009-02-161-2/+16
* Mps br/timing zcoll.c: (fix compiler warning for w3i3m9) vc9 warns that sscan...Richard Kistruck2009-02-161-0/+7