Raptor Computing Systems Community Forums (BETA)

Software => Applications and Porting => Topic started by: tle on April 05, 2020, 07:10:36 am

Title: [GAME] Dolphin emulator works without JIT
Post by: tle on April 05, 2020, 07:10:36 am
Dolphin emulator can be compiled on any LE platform. Because of lacking JIT, the performance is dreadful.

The dev team is not so much interested in support ppc64le at this stage because they do not have access to a workstation.
Title: Re: Dolphin emulator works without JIT
Post by: ClassicHasClass on April 05, 2020, 11:51:32 am
The JIT could probably be a very thin layer. I wonder if it's even KVM-mable.
Title: Re: Dolphin emulator works without JIT
Post by: tle on April 07, 2020, 12:14:40 am
What do you mean when you say 'KVM-able'?

Title: Re: Dolphin emulator works without JIT
Post by: ClassicHasClass on April 07, 2020, 10:32:05 pm
That it could be run using KVM-PR. There's probably some instructions that need to be added, though.
Title: Re: Dolphin emulator works without JIT
Post by: Borley on April 16, 2020, 10:29:48 pm
I am not clued in on the subject but wouldn't there theoretically be less work to translate instructions for CG/Wii as they were also powerpc based?