Project

General

Profile

Actions

Emulator Issues #780

closed

Interpreter mode + recompilation made = ?

Added by ekshenman about 15 years ago.

Status:
Invalid
Priority:
Normal
Assignee:
-
% Done:

0%

Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:

Description

Some games as is Wario World (GC) run only in recompilation mode but in
game we may use JIT mode. Maybe combine this modes in one?

Actions #1

Updated by sl1nk3.s about 15 years ago

  • Status changed from New to Invalid

Recompilation mode = "JIT mode", which is different to Interpreter mode, because it
recompiles the code to make it faster.

If the game only works in Interpreter, then it means there's a bug somewhere in the
JIT Core and that's what we need to fix.
(the JIT Core already falls back to Interpreter core when it "can't recompile"
something, so the magic trick of combining both is just not gonna work :p)

I'm marking it as Invalid for now..

Actions

Also available in: Atom PDF