Skip to content

Conversation

@rasky
Copy link
Collaborator

@rasky rasky commented Oct 6, 2024

No description provided.

@rasky rasky requested a review from invertego October 6, 2024 21:06
@invertego
Copy link
Contributor

Sorry for the delay. I will try to review this in the next few days.

if(!self.icache.coherent(vaddr, address))
return nullptr;

bool abort = false;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

abort is unused

if constexpr(Recompiled) {
//simulates timings without performing actual icache loads
icache.step(ipu.pc, devirtualizeFast(ipu.pc));
assert(ipu.r[0].u64 == 0);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A little concerned about losing this assert in debug builds. I guess we could replace it with a check in the JITed code. Not saying this has to be addressed in this PR, but I wanted to make note of it.

@LukeUsher LukeUsher merged commit 863593e into ares-emulator:master Oct 28, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants