aboutsummaryrefslogtreecommitdiff
path: root/src/boot/be
Commit message (Collapse)AuthorAgeFilesLines
* Some fixme-to-issue housekeeping.Graydon Hoare2010-06-281-2/+3
|
* Fix register-use bugs in sweep pass, factor sweep pass out and call twice ↵Graydon Hoare2010-06-251-57/+73
| | | | for separate sever/free phases.
* Add sever-glue, for missing first stage of sweep.Graydon Hoare2010-06-251-2/+3
|
* Pass type parameters to free function called from sweep loop.Graydon Hoare2010-06-251-9/+16
|
* Fix bad register use in GC sweep pass.Graydon Hoare2010-06-251-5/+9
|
* Remove obsolete comment.Graydon Hoare2010-06-251-1/+0
|
* I hear actually loading the next pointer into the right register helps when ↵Graydon Hoare2010-06-251-8/+7
| | | | walking a list.
* Debug GC glue enough that marking passes.Graydon Hoare2010-06-251-16/+33
|
* Update comment to reflect slightly-improved GC situation.Graydon Hoare2010-06-251-8/+2
|
* Emit gc glue and rearrange crate glue offsets slightly to have a regular order.Graydon Hoare2010-06-252-0/+2
|
* Return at end of GC glue.Graydon Hoare2010-06-251-0/+1
|
* Unlink (doubly) gc chain on free.Graydon Hoare2010-06-251-0/+1
|
* Enlarge gc header to doubly-link the gc chain.Graydon Hoare2010-06-251-2/+3
|
* Sketch out gc glue.Graydon Hoare2010-06-251-12/+111
|
* Add fmt module, move out some common format helpers, add ↵Graydon Hoare2010-06-243-72/+136
| | | | instruction-selection tracing and make selection use queues rather than list refs.
* Populate tree.Graydon Hoare2010-06-238-0/+9059