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:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PPU LLVM issue
#1
Is it just me or does the recompiler run slower than Interpreter 2. Afterburner climax, DBZ, etc. ... The FPS are all over the place and most of the times it runs slower... Do i need to install something specific so that the recompiler runs better? Or is it because of my pc?

My PC:
I5 4460
Nvidia Geforce GTX 970
[Image: tumblr_nq0lhp2BoL1r61mabo4_500.gif] [Image: Cloud___Tifa_kids_by_ferus.jpg]
Reply
#2
(01-22-2016, 04:00 PM)Ekaseo Wrote: Is it just me or does the recompiler run slower than Interpreter 2. Afterburner climax, DBZ, etc. ... The FPS are all over the place and most of the times it runs slower... Do i need to install something specific so that the recompiler runs better? Or is it because of my pc?

My PC:
I5 4460
Nvidia Geforce GTX 970

It's simply the recompiler. It needs to recompile and optimize a lot of code, which sometimes could be a lot of slower than simply interpreting the code.
Reply
#3
Same with Naruto Storm Generations, but if you wait few minutes it goes at full speed, but if you close the game it has to compile again
Reply
#4
It should be possible to cache some llvm structure.
Llvm ExecutionEngine (which hold compilation intermediate result and executable code) stores ObjectBuffer structure that seems to be storeable on disk. It looks like it contain most compilation data while still not being linked, which is exactly what we need for cache (symbol location can change when user restart rpcs3 so we need to be able to do the link process).

Unfortunately it's likely a lot of work to get it right so I don't expect it to be implemented soon.
Reply
#5
Are you going to add a JIT recompiler in the future? or it is not posible?
Reply
#6
(01-23-2016, 06:43 PM)iplayemugames Wrote: Are you going to add a JIT recompiler in the future? or it is not posible?

But have the LLVM JIT recompiler right now? And optimization and speed improvements like many other things will probably be coming in many years. Currently speed seems to be quite OK, with the new DX12 backend.
Reply
#7
I guess i give up on the recompiler for now... DBZ 3fps with recompiler on, 12fps with interpreter 2.... something is terribly wrong
[Image: tumblr_nq0lhp2BoL1r61mabo4_500.gif] [Image: Cloud___Tifa_kids_by_ferus.jpg]
Reply
#8
"PPU LLVM" is already a jit recompiler. As I said it could be improved by using cache mechanism and by sorting compilation unit by execution frequency. But it takes time to do.
Reply
#9
i tried the recompiler again on dbz, this time it didnt show me cellsynch errors and i got 21-30 fps... i tried the newest master branch
[Image: tumblr_nq0lhp2BoL1r61mabo4_500.gif] [Image: Cloud___Tifa_kids_by_ferus.jpg]
Reply
#10
(01-24-2016, 10:39 AM)Ekaseo Wrote: i tried the recompiler again on dbz, this time it didnt show me cellsynch errors and i got 21-30 fps... i tried the newest master branch

What did you use before then?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)