Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-24 | fix pretty bad bug in alias analysis | Quentin Carbonneaux | |
When a temporary marked local is escaping, the whole slot must be marked as such. To solve this, Alias now holds a pointer to the alias information of the slot. For simplicity of the code, this pointer is always valid and fetching ->type out of it is meaningful. | |||
2017-02-23 | propagate aliasing information through copies | Quentin Carbonneaux | |
2017-02-06 | use uint for block ids | Quentin Carbonneaux | |
2016-12-12 | implement a simple alias analysis | Quentin Carbonneaux | |