RPCS3 Forums

Full Version: Static recompilation of PS3 games
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Would it be possible to statically recompile an entire PS3 game and run it on hardware like in the N64: Recompiled project in order to maximize performance?  Blush
No, and we already recompile static PPC code ahead of time.
Probably yes, but no one will take such a hard job.  Cool
Cool, care to explain how to fully statically recompile SPU code ahead of time without any emulation whatsoever?
(06-06-2024, 11:33 PM)Ani Wrote: [ -> ]Cool, care to explain how to fully statically recompile SPU code ahead of time without any emulation whatsoever?

after this(https://github.com/hedge-dev/XenonRecomp) u still think like that?
is it really unmakable?
o also i found this(its unfinished) - https://rcebits.com/ps3emu/
(04-15-2025, 10:23 PM)kio Wrote: [ -> ]
(06-06-2024, 11:33 PM)Ani Wrote: [ -> ]Cool, care to explain how to fully statically recompile SPU code ahead of time without any emulation whatsoever?

after this(https://github.com/hedge-dev/XenonRecomp) u still think like that?
is it really unmakable?
o also i found this(its unfinished) - https://rcebits.com/ps3emu/

XenonRecomp is a Xbox 360 recompiler, in case you didn't notice. It doesn't do SPU recompilation because X360 does not have SPUs.
(04-18-2025, 12:43 PM)Ani Wrote: [ -> ]
(04-15-2025, 10:23 PM)kio Wrote: [ -> ]
(06-06-2024, 11:33 PM)Ani Wrote: [ -> ]Cool, care to explain how to fully statically recompile SPU code ahead of time without any emulation whatsoever?

after this(https://github.com/hedge-dev/XenonRecomp) u still think like that?
is it really unmakable?
o also i found this(its unfinished) - https://rcebits.com/ps3emu/

XenonRecomp is a Xbox 360 recompiler, in case you didn't notice. It doesn't do SPU recompilation because X360 does not have SPUs.

https://rcebits.com/ps3emu/

(04-18-2025, 12:43 PM)Ani Wrote: [ -> ]
(04-15-2025, 10:23 PM)kio Wrote: [ -> ]
(06-06-2024, 11:33 PM)Ani Wrote: [ -> ]Cool, care to explain how to fully statically recompile SPU code ahead of time without any emulation whatsoever?

after this(https://github.com/hedge-dev/XenonRecomp) u still think like that?
is it really unmakable?
o also i found this(its unfinished) - https://rcebits.com/ps3emu/

XenonRecomp is a Xbox 360 recompiler, in case you didn't notice. It doesn't do SPU recompilation because X360 does not have SPUs.

https://rcebits.com/ps3emu/rewrite.html

it has spu translator i guess
(04-18-2025, 01:32 PM)kio Wrote: [ -> ]
(04-18-2025, 12:43 PM)Ani Wrote: [ -> ]
(04-15-2025, 10:23 PM)kio Wrote: [ -> ]
(06-06-2024, 11:33 PM)Ani Wrote: [ -> ]Cool, care to explain how to fully statically recompile SPU code ahead of time without any emulation whatsoever?

after this(https://github.com/hedge-dev/XenonRecomp) u still think like that?
is it really unmakable?
o also i found this(its unfinished) - https://rcebits.com/ps3emu/

XenonRecomp is a Xbox 360 recompiler, in case you didn't notice. It doesn't do SPU recompilation because X360 does not have SPUs.

https://rcebits.com/ps3emu/

(04-18-2025, 12:43 PM)Ani Wrote: [ -> ]
(04-15-2025, 10:23 PM)kio Wrote: [ -> ]
(06-06-2024, 11:33 PM)Ani Wrote: [ -> ]Cool, care to explain how to fully statically recompile SPU code ahead of time without any emulation whatsoever?

after this(https://github.com/hedge-dev/XenonRecomp) u still think like that?
is it really unmakable?
o also i found this(its unfinished) - https://rcebits.com/ps3emu/

XenonRecomp is a Xbox 360 recompiler, in case you didn't notice. It doesn't do SPU recompilation because X360 does not have SPUs.

https://rcebits.com/ps3emu/rewrite.html

it has spu translator i guess

Read the code, it emulates the SPU.
(04-18-2025, 06:42 PM)Ani Wrote: [ -> ]
(04-18-2025, 01:32 PM)kio Wrote: [ -> ]
(04-18-2025, 12:43 PM)Ani Wrote: [ -> ]
(04-15-2025, 10:23 PM)kio Wrote: [ -> ]
(06-06-2024, 11:33 PM)Ani Wrote: [ -> ]Cool, care to explain how to fully statically recompile SPU code ahead of time without any emulation whatsoever?

after this(https://github.com/hedge-dev/XenonRecomp) u still think like that?
is it really unmakable?
o also i found this(its unfinished) - https://rcebits.com/ps3emu/

XenonRecomp is a Xbox 360 recompiler, in case you didn't notice. It doesn't do SPU recompilation because X360 does not have SPUs.

https://rcebits.com/ps3emu/

(04-18-2025, 12:43 PM)Ani Wrote: [ -> ]
(04-15-2025, 10:23 PM)kio Wrote: [ -> ]
(06-06-2024, 11:33 PM)Ani Wrote: [ -> ]Cool, care to explain how to fully statically recompile SPU code ahead of time without any emulation whatsoever?

after this(https://github.com/hedge-dev/XenonRecomp) u still think like that?
is it really unmakable?
o also i found this(its unfinished) - https://rcebits.com/ps3emu/

XenonRecomp is a Xbox 360 recompiler, in case you didn't notice. It doesn't do SPU recompilation because X360 does not have SPUs.

https://rcebits.com/ps3emu/rewrite.html

it has spu translator i guess

Read the code, it emulates the SPU.

and it will run game with emulation?