![]() |
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) |
RE: PPU LLVM JIT Repository Early Testing - jacky400 - 10-21-2014 (10-14-2014, 11:48 AM)Bigpet Wrote: 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). Would it be used as a interrim solution ? at least we can have something faster in speed to help debug and we also don't have any other alternative PPU recompiler at this moment . The closest one would be from [DH] but no news . [raven02] RE: PPU LLVM JIT Repository Early Testing - ssshadow - 10-21-2014 (10-21-2014, 06:12 AM)gopalsr83 Wrote:(10-20-2014, 09:49 PM)ssshadow Wrote: ? OK, that is a good explanation, thank you. RE: PPU LLVM JIT Repository Early Testing - agrecascino - 10-22-2014 The recompiler has been merged with master! RE: PPU LLVM JIT Repository Early Testing - Dante38490 - 10-22-2014 (10-22-2014, 03:06 PM)agrecascino Wrote: The recompiler has been merged with master!Yep RE: PPU LLVM JIT Repository Early Testing - Ekaseo - 10-22-2014 still no build tho RE: PPU LLVM JIT Repository Early Testing - ssshadow - 10-22-2014 At this point, it's pretty much expected that the buildbot dies after big changes. :p RE: PPU LLVM JIT Repository Early Testing - flashmozzg - 10-22-2014 To bad that LLVM itself takes twice as much time to compile compared to other part of emulator) Isn't there a way to compile only needed headers / or have them precompiled o something? RE: PPU LLVM JIT Repository Early Testing - Darkriot - 10-22-2014 i think buildbot can't compile...to him need folder "llvm", but he is not got it... and we got .rar Rpcs3 without Rpcs3-64.exe ![]() RE: PPU LLVM JIT Repository Early Testing - derpf - 10-23-2014 (10-22-2014, 07:35 PM)flashmozzg Wrote: To bad that LLVM itself takes twice as much time to compile compared to other part of emulator) Isn't there a way to compile only needed headers / or have them precompiled o something? LLVM is not a header-only library. It's actually quite large and sophisticated, so grab a cup of cider while you wait. RE: PPU LLVM JIT Repository Early Testing - Dante38490 - 10-23-2014 normal for not compile in PPU GIT LLVM ![]() |