This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 2 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PPU LLVM JIT Repository Early Testing
#61
Okay, i don't know what is this, but...
http://puu.sh/bEBdR/92be3b6c68.png - REL (i think "Release"), Maybe veeery early version Big Grin
Reply
#62
Recorded small video demo Tongue

Reply
#63
In my last version of rps3 i can't find this ppu recompiler setting?
can someone help me.. Smile
Reply
#64
(09-19-2014, 02:21 AM)Alexander9000 Wrote: In my last version of rps3 i can't find this ppu recompiler setting?
can someone help me.. Smile

It is a highly experimental branch that has not even been offered to the main repository, let alone merged. The people in this thread are manually compiling it from the fork, which one of them can provide.

Again, it is highly experimental, and while the results posted thus far do show promise, I cannot imagine it is very stable at this point.
Reply
#65
Is anyone even actively developing that branch? It looks like the last commit was in february. I've been thinking about helping out on the dynarec. I was reading this post on pcsx2:

http://forums.pcsx2.net/Thread-blog-Intr...ompilation

It doesn't even seem too difficult... or perhaps hes painting a very basic painting of how it works. Does anyone who knows more want to give me some pointers? Why do people always say dynarecs are so hard to write?
Reply
#66
(09-19-2014, 02:38 AM)makotech222 Wrote: Is anyone even actively developing that branch? It looks like the last commit was in february. I've been thinking about helping out on the dynarec. I was reading this post on pcsx2:

http://forums.pcsx2.net/Thread-blog-Intr...ompilation

It doesn't even seem too difficult... or perhaps hes painting a very basic painting of how it works. Does anyone who knows more want to give me some pointers? Why do people always say dynarecs are so hard to write?

Reading a 100 ft overview of something and actually doing it are very, very different things.

Sure, it sounds easy enough to fly a plane. Just steer and hit some flashing buttons. But you actually need to go through tons of training to be able to fly one with any real chance.
Reply
#67
ok, guys, it seems visual studio update 3 DOES NOT compile this correctly. it IS compiled, but it is not ran properly as executable, closing with error c00000022
Also, i'll leave a couple of instructions to gopalsr here about how to "build" this thing in linux with the minimum ammount of errors.
Reply
#68
(09-19-2014, 01:46 AM)BlackDaemon Wrote: Recorded small video demo Tongue


Can you upload your merged version because i can't start sonic cd
it gives me network error
Reply
#69
(09-19-2014, 06:33 AM)leon112211 Wrote:
(09-19-2014, 01:46 AM)BlackDaemon Wrote: Recorded small video demo Tongue


Can you upload your merged version because i can't start sonic cd
it gives me network error

check my previous messages, I gave a link to download.
Reply
#70
here are the instructions for a build in linux with only one linker error:
first of all create an environment variable called LLVM_DIR, like so:
Code:
export LLVM_DIR=/usr/share/llvm/cmake
then, remove ConvertUTF.cpp and ConvertUTF.h from Utilities
then remove LLVMRecompilerTests.cpp from Cell
then remove the lines that contain ConvertUTF in emucore.vcxproj
on a certain line in LLVMRecompiler.cpp there's a misname (Filesystem.h) rename it correctly:
Code:
#include "llvm/Support/FileSystem.h"
on line 2795 of file SimpleIni.h remove the include line there and replace it with this one:
Code:
#include "llvm/Support/ConvertUTF.h"
Afterwards just replace the content of CMakeLists.txt in rpcs3 folder with this one:
http://pastie.org/private/bgf7rzlijd1fodtbnpolq
Don't forget to build llvm by creating a directory inside it, compiling and installing it:
Code:
cd llvm
mkdir b
cd b
cmake ..
sudo make install
when it asks for password input it
after that, try to build it, you should only have this error:
http://pastie.org/private/3fdjb3rco0ku597iz8jbjg
hope i helped Smile
Reply


Forum Jump:


Users browsing this thread: 6 Guest(s)