Closed aroelke closed 1 year ago
Convert tags from direct pointers to meta sets to indices into a meta set table, making them more flexible in where they are stored in memory and how they map to instruction/data words.
Requires C++ tagging tool conversion to be merged first.
This still needs to support the contextswitch policy and any other policy that stores tags into meta set fields, so it's still a WIP for now.
Convert tags from direct pointers to meta sets to indices into a meta set table, making them more flexible in where they are stored in memory and how they map to instruction/data words.
Requires C++ tagging tool conversion to be merged first.