Add malloc/free optimization to TODO

This commit is contained in:
Chris Fallin
2021-08-12 14:53:53 -07:00
parent ffc06b2099
commit f1a989f1b7

View File

@@ -27,6 +27,8 @@
- Add limited inter-block redundant-move elimination: propagate across
splits but not joins.
- Optimize allocations (some reports of 5-7% of time spent in allocator)
# Cleanup
- Remove support for non-SSA code once no longer necessary