| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Begin moving closure-or-obj pointer out to front of call args by changing ↵ | Roy Frostig | 2010-07-15 | 1 | -5/+5 | |
| | | | | | the order within the call-arg tup referent type. This breaks the world quite a bit, since it remains to fix custom call paths: glue, upcalls, natives. | |||||
| * | Delete some dead code in x86. | Graydon Hoare | 2010-07-12 | 1 | -8/+0 | |
| | | ||||||
| * | Hey, what's a coding sprint without an uncovered register allocation bug? No ↵ | Graydon Hoare | 2010-07-02 | 1 | -1/+2 | |
| | | | | | fun, I say. | |||||
| * | Rename 'exterior' to 'box' and 'interior' to 'local' (at least wrt. slots; ↵ | Graydon Hoare | 2010-06-30 | 2 | -15/+15 | |
| | | | | | keep MEM_interior for describing interior-parts-of-allocations) | |||||
| * | Some fixme-to-issue housekeeping. | Graydon Hoare | 2010-06-28 | 1 | -2/+3 | |
| | | ||||||
| * | Fix register-use bugs in sweep pass, factor sweep pass out and call twice ↵ | Graydon Hoare | 2010-06-25 | 1 | -57/+73 | |
| | | | | | for separate sever/free phases. | |||||
| * | Add sever-glue, for missing first stage of sweep. | Graydon Hoare | 2010-06-25 | 1 | -2/+3 | |
| | | ||||||
| * | Pass type parameters to free function called from sweep loop. | Graydon Hoare | 2010-06-25 | 1 | -9/+16 | |
| | | ||||||
| * | Fix bad register use in GC sweep pass. | Graydon Hoare | 2010-06-25 | 1 | -5/+9 | |
| | | ||||||
| * | Remove obsolete comment. | Graydon Hoare | 2010-06-25 | 1 | -1/+0 | |
| | | ||||||
| * | I hear actually loading the next pointer into the right register helps when ↵ | Graydon Hoare | 2010-06-25 | 1 | -8/+7 | |
| | | | | | walking a list. | |||||
| * | Debug GC glue enough that marking passes. | Graydon Hoare | 2010-06-25 | 1 | -16/+33 | |
| | | ||||||
| * | Update comment to reflect slightly-improved GC situation. | Graydon Hoare | 2010-06-25 | 1 | -8/+2 | |
| | | ||||||
| * | Emit gc glue and rearrange crate glue offsets slightly to have a regular order. | Graydon Hoare | 2010-06-25 | 2 | -0/+2 | |
| | | ||||||
| * | Return at end of GC glue. | Graydon Hoare | 2010-06-25 | 1 | -0/+1 | |
| | | ||||||
| * | Unlink (doubly) gc chain on free. | Graydon Hoare | 2010-06-25 | 1 | -0/+1 | |
| | | ||||||
| * | Enlarge gc header to doubly-link the gc chain. | Graydon Hoare | 2010-06-25 | 1 | -2/+3 | |
| | | ||||||
| * | Sketch out gc glue. | Graydon Hoare | 2010-06-25 | 1 | -12/+111 | |
| | | ||||||
| * | Add fmt module, move out some common format helpers, add ↵ | Graydon Hoare | 2010-06-24 | 3 | -72/+136 | |
| | | | | | instruction-selection tracing and make selection use queues rather than list refs. | |||||
| * | Populate tree. | Graydon Hoare | 2010-06-23 | 8 | -0/+9059 | |