| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-09 | format | Kimplul | |
| 2025-03-02 | add ideal allocation tracker | Kimplul | |
| + Kind of like CHERI, but uses out-of-line pointer information. The idea is that a core that is compatible with ALLOC_IF queries the allocation tracker if an address is legal and gets a response. This ideal tracker effectively has infinite memory and doesn't talk to any other components, but a real implementation might want to limit the allocations per process or chat with some reserved memory region somewhere else in the system to maintain a binary tree or something. | |||
| 2024-09-24 | initial work towards message passing interface | Kimplul | |
| + As they are currently implemented, grid *may* get stuck if two nodes try to send to eachother at the same time, I should probably add in some kind of input buffer as well | |||
| 2023-05-15 | format | Kimplul | |
| 2023-05-05 | add async packets | Kimplul | |
| 2023-05-01 | update license stuff | Kimplul | |
| 2023-04-30 | refactor component tree | Kimplul | |
| 2023-04-30 | initial | Kimplul | |
