RPCS3 Forums
PPU LLVM JIT Repository Early Testing - Printable Version

+- RPCS3 Forums (https://forums.rpcs3.net)
+-- Forum: Support & Issues (https://forums.rpcs3.net/forumdisplay.php?fid=17)
+--- Forum: Support (https://forums.rpcs3.net/forumdisplay.php?fid=18)
+--- Thread: PPU LLVM JIT Repository Early Testing (/showthread.php?tid=164335)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36


RE: PPU LLVM JIT Repository Early Testing - Ekaseo - 10-12-2014

could some1 post the new recompiler build here? thnx



RE: PPU LLVM JIT Repository Early Testing - Darkriot - 10-13-2014

(10-12-2014, 09:43 PM)Ekaseo Wrote: could some1 post the new recompiler build here? thnx

All for you! Wink

http://rghost.ru/58493976

Quote:Gopalsr83 - "Support more instructions"



RE: PPU LLVM JIT Repository Early Testing - Ekaseo - 10-13-2014

(10-13-2014, 01:28 AM)Darkriot Wrote:
(10-12-2014, 09:43 PM)Ekaseo Wrote: could some1 post the new recompiler build here? thnx

All for you! Wink

http://rghost.ru/58493976

Quote:Gopalsr83 - "Support more instructions"

Thank you! kind sir. Angel



RE: PPU LLVM JIT Repository Early Testing - d875j - 10-14-2014

This is completely latest build with all Sonic fix and ect?



RE: PPU LLVM JIT Repository Early Testing - Ru4slan - 10-14-2014

(10-14-2014, 03:05 AM)d875j Wrote: This is completely latest build with all Sonic fix and ect?

No.



RE: PPU LLVM JIT Repository Early Testing - Dante38490 - 10-14-2014

(10-14-2014, 03:05 AM)d875j Wrote: This is completely latest build with all Sonic fix and ect?
Nop, lasted build with fix sonic Is Here
http://rghost.net/58512246



RE: PPU LLVM JIT Repository Early Testing - d875j - 10-14-2014

When will it be merged? I love to see new stuff with the fix and ect. Don't you guys wanna see what kind of speed and how many more game would run?



RE: PPU LLVM JIT Repository Early Testing - Ekaseo - 10-14-2014

(10-14-2014, 11:11 AM)d875j Wrote: When will it be merged? I love to see new stuff with the fix and ect. Don't you guys wanna see what kind of speed and how many more game would run?

it has been merged, but this build does not contain it yet



RE: PPU LLVM JIT Repository Early Testing - d875j - 10-14-2014

(10-14-2014, 11:27 AM)Ekaseo Wrote:
(10-14-2014, 11:11 AM)d875j Wrote: When will it be merged? I love to see new stuff with the fix and ect. Don't you guys wanna see what kind of speed and how many more game would run?

it has been merged, but this build does not contain it yet

Ah alright thanks for info hope to see it when merged.



RE: PPU LLVM JIT Repository Early Testing - Bigpet - 10-14-2014

To be clear Gopalsr83 has merged master in his branch and not the other way around. We don't have it master for multiple reasons. First of all, there hasn't been a pull-request (I assume Gopalsr wants to make it more feature-complete first).

Secondly, llvm is a huge dependency and there is rightful concern of having too many dependencies (I didn't even get granted Boost Tongue). Not to mention that we already depend on ASMJIT which is partially duplication in functionality.

If the llvm dependency were optional (i.e. you can still compile without llvm but you would not get the recompiler option) this would an easier decision but as it stands merging the branch requires some actual discussion of the merits.