about summary refs log tree commit diff
path: root/src/boot/be
AgeCommit message (Expand)AuthorLines
2010-06-28Some fixme-to-issue housekeeping.Graydon Hoare-2/+3
2010-06-25Fix register-use bugs in sweep pass, factor sweep pass out and call twice for...Graydon Hoare-57/+73
2010-06-25Add sever-glue, for missing first stage of sweep.Graydon Hoare-2/+3
2010-06-25Pass type parameters to free function called from sweep loop.Graydon Hoare-9/+16
2010-06-25Fix bad register use in GC sweep pass.Graydon Hoare-5/+9
2010-06-25Remove obsolete comment.Graydon Hoare-1/+0
2010-06-25I hear actually loading the next pointer into the right register helps when w...Graydon Hoare-8/+7
2010-06-25Debug GC glue enough that marking passes.Graydon Hoare-16/+33
2010-06-25Update comment to reflect slightly-improved GC situation.Graydon Hoare-8/+2
2010-06-25Emit gc glue and rearrange crate glue offsets slightly to have a regular order.Graydon Hoare-0/+2
2010-06-25Return at end of GC glue.Graydon Hoare-0/+1
2010-06-25Unlink (doubly) gc chain on free.Graydon Hoare-0/+1
2010-06-25Enlarge gc header to doubly-link the gc chain.Graydon Hoare-2/+3
2010-06-25Sketch out gc glue.Graydon Hoare-12/+111
2010-06-24Add fmt module, move out some common format helpers, add instruction-selectio...Graydon Hoare-72/+136
2010-06-23Populate tree.Graydon Hoare-0/+9059