summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
4 daysimplement initial fallback bounds checkHEADmasterKimplul
+ Binary tree to keep track of regions is probably not the fastest method, but easy enough to implement and works for now. In practice the matrix example is ~10x slower with fallback checking compared to finding the allocation in the hashmap, so hopefully compilers can ensure that the base of the allocation really is the base
4 daysdon't stxr32 when you want to ldxr32Kimplul
+ lol
5 daysinitial full matrix multiplicationKimplul
5 daysinitial rough skeletonKimplul
+ Naive/fast allocation hashmap + Stores/loads are currently all checked, the idea about static analysis to skip checks is still TODO