You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that the opcode table is split we need to rearrange the fragments to optimize cache locality. Consult the Cyclone 68000 project for a good template to use for which opcodes to group together.
The text was updated successfully, but these errors were encountered:
This was partially implemented along with some mild compression. We broke the main table of 65536 opcodes into chunks of eight and then had an index into those chunks. This should now allow the table to get priority shuffled, but this part is not yet done.
Now that the opcode table is split we need to rearrange the fragments to optimize cache locality. Consult the Cyclone 68000 project for a good template to use for which opcodes to group together.
The text was updated successfully, but these errors were encountered: