-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
internalIssue involves primarily internal changesIssue involves primarily internal changes
Description
The name StandardPcodeEmulator suggests that an alternative emulator would not use this emulator, which is likely untrue. This logic is core to any emulator. However, additional logic could be performed around this emulator. For example, a wrapper around the core emulator could cache full addition results (including carry) for use in possible follow-up carry operations.
EmulatorCore highlights that this emulator contains the core emulation logic. The StandardPcodeEmulator implementation should simply call this core logic without any other bells and whistles.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
internalIssue involves primarily internal changesIssue involves primarily internal changes