Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 4266 - space for alloc-id in heap allocations | Kartik Agaram | 2018-06-24 | 1 | -0/+1 |
| | | | | This has taken me almost 6 weeks :( | ||||
* | 4258 - undo 4257 | Kartik Agaram | 2018-06-15 | 1 | -1/+0 |
| | |||||
* | 4257 - abortive attempt at safe fat pointers | Kartik Agaram | 2018-06-15 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | I've been working on this slowly over several weeks, but it's too hard to support 0 as the null value for addresses. I constantly have to add exceptions for scalar value corresponding to an address type (now occupying 2 locations). The final straw is the test for 'reload': x:num <- reload text 'reload' returns an address. But there's no way to know that for arbitrary instructions. New plan: let's put this off for a bit and first create support for literals. Then use 'null' instead of '0' for addresses everywhere. Then it'll be easy to just change what 'null' means. | ||||
* | 3877 | Kartik K. Agaram | 2017-05-26 | 1 | -1/+1 |
| | |||||
* | 3669 | Kartik K. Agaram | 2016-11-11 | 1 | -1/+1 |
| | |||||
* | 3375 | Kartik K. Agaram | 2016-09-17 | 1 | -3/+0 |
| | |||||
* | 3374 | Kartik K. Agaram | 2016-09-16 | 1 | -1/+1 |
| | |||||
* | 3344 | Kartik K. Agaram | 2016-09-12 | 1 | -0/+3 |
| | |||||
* | 3343 | Kartik K. Agaram | 2016-09-12 | 1 | -0/+23 |
Reorganize layers a bit so I can add a couple of scenarios testing static dispatch *before* I add `stash` into the mix. |