The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.26 (Linux)
|
PPU LLVM JIT Repository Early Testing - Printable Version +- EmuNewz Network (https://www.emunewz.net/forum) +-- Forum: Official Boards for Emunews Affiliated Emu Projects (https://www.emunewz.net/forum/forumdisplay.php?fid=47) +--- Forum: Official RPCS3 Forum [archive] (https://www.emunewz.net/forum/forumdisplay.php?fid=172) +---- Forum: RPCS3 - Support & Issue Reporting (https://www.emunewz.net/forum/forumdisplay.php?fid=163) +---- Thread: PPU LLVM JIT Repository Early Testing (/showthread.php?tid=164335) |
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! 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 Thank you! kind sir. 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? 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 ). 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. |