• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › General Discussion v
« Previous 1 ... 182 183 184 185 186 ... 369 Next »

A question for devs-why not make jit run faster then gpu thread ( allow VPS>FPS ) ?
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
A question for devs-why not make jit run faster then gpu thread ( allow VPS>FPS ) ?
11-24-2012, 02:25 AM (This post was last modified: 11-24-2012, 02:30 AM by killown.)
#27
killown Offline
Member
***
Posts: 72
Threads: 26
Joined: Apr 2011
(11-12-2012, 09:32 AM)rpglord Wrote:
(11-12-2012, 09:00 AM)NaturalViolence Wrote: Incorrect. I have seen VPS > FPS happen with the default settings.


Usually it will only happen if game is coded to have lower fps.
For example,we all know that not all games run at 60 fps.A lot of games runs at 30 fps.
In that case, it will be 30 FPS / 60 VPS if computer is able to run the game at fullspeed.
But its fixed ratio of 1:2,game is programmed to run that way.
What I am talking here is "desynchronizing" two threads in a way, ( skid explained that true desynchronizing is imposible since we would get a black screen )
Basically letting the game code take care of sync issues intead forcibly slowing down jit/jitil recomplier.

Lets take my example where VPS>FPS by game design.
Now instead only allowing it to be 30/60 or 29/58 or 28/56 etc... allowing to for example be 29/60 20/60 15/60 etc..you get the point

I am not sure what logic they use to sync GPU and CPU, from 60 CPU requests only 30 is processed by the GPU in most games

What would help CPU sending 60 frame render requests per host if the GPU only can process 15 requests?
Next cpu cycle of requests will have other new 60 requests, then what happens with these other 15 frames(if the game runs at 30FPS) or 45 frames(if the game runs at 60FPS) of each cycle? they are dropped.
Do you like to play games with such huge framedrop?
That's why they sync vps with fps, in order to process all frames even if it gets slower.

otherwise

how could GPU process 60/fps if the CPU is only sending 20/vps?

like neobrain said, from where the data will come from?
AMD FX™-6300 Six-Core Processor OC 4.5 GHZ
Gtx580LE 3GB RAM
System RAM 18GB
Dolphin 4.0-1843
OS Archlinux x86_64
Website Find
Reply
« Next Oldest | Next Newest »


Messages In This Thread
A question for devs-why not make jit run faster then gpu thread ( allow VPS>FPS ) ? - rpglord - 11-10-2012, 09:19 PM
test - NaturalViolence - 11-11-2012, 01:36 PM
A question for devs-why not make jit not synchronized to the rest of the threads - skid - 11-11-2012, 02:49 PM
RE: A question for devs-why not make jit not synchronized to the rest of the threads - rpglord - 11-11-2012, 08:31 PM
RE: A question for devs-why not make jit not synchronized to the rest of the threads - skid - 11-11-2012, 08:47 PM
RE: A question for devs-why not make jit not synchronized to the rest of the threads - rpglord - 11-14-2012, 09:41 PM
A question for devs-why not make jit not synchronized to the rest of the threads ? - neobrain - 11-11-2012, 08:51 PM
RE: - rpglord - 11-11-2012, 09:08 PM
RE: - rpglord - 11-11-2012, 09:41 PM
RE: - NaturalViolence - 11-12-2012, 09:00 AM
RE: - rpglord - 11-12-2012, 09:32 AM
RE: - killown - 11-24-2012, 02:25 AM
RE: - rpglord - 11-24-2012, 05:18 AM
RE: - NaturalViolence - 11-12-2012, 09:46 AM
RE: A question for devs-why not make jit not synchronized to the rest of the threads - Zee530 - 11-12-2012, 07:11 PM
RE: - rpglord - 11-12-2012, 08:42 PM
RE: - NaturalViolence - 11-13-2012, 07:14 AM
RE: - rpglord - 11-13-2012, 07:44 AM
RE: - Shonumi - 11-13-2012, 04:35 PM
RE: - rpglord - 11-13-2012, 09:04 PM
RE: - NaturalViolence - 11-13-2012, 05:49 PM
RE: - NaturalViolence - 11-14-2012, 02:48 PM
RE: - rpglord - 11-14-2012, 08:03 PM
A question for devs-why not make jit not synchronized to the rest of the threads ? - skid - 11-14-2012, 11:34 PM
RE: - rpglord - 11-15-2012, 12:08 AM
RE: - NaturalViolence - 11-16-2012, 06:17 AM
RE: - rpglord - 11-16-2012, 07:11 AM
RE: - rpglord - 11-21-2012, 08:10 PM
RE: - NaturalViolence - 11-24-2012, 08:41 AM
RE: - rpglord - 11-24-2012, 10:08 AM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode