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


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Development Discussion v
« Previous 1 ... 32 33 34 35 36 ... 117 Next »

Mystic Speed Boost from Self-Built Version on Linux?
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Mystic Speed Boost from Self-Built Version on Linux?
10-23-2015, 04:49 AM
#6
JosJuice Online
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 8,952
Threads: 7
Joined: Oct 2014
(10-23-2015, 03:37 AM)Mastermind_X Wrote: In one of my earlier measurements, I noticed that dolphin spends a good amount of time waiting for fgets to return. The ramdisk solution provided a 10% instant speed boost, you might want to think about creating a new config option that makes dolphin read the whole image into the memory instead of reading it from the disk.

Dolphin currently does disc reads on the same thread as all CPU emulation, so waiting for reads to finish unfortunately blocks a lot of other things from executing. To get rid of that problem, I've been working on moving disc reads to a separate thread: https://github.com/dolphin-emu/dolphin/pull/2149

It should be fast enough to make disc reads non-noticeable without the drawbacks of reading the whole image into memory (like increased startup times and increased RAM usage), but it hasn't been tested much yet.
Find
Reply
« Next Oldest | Next Newest »


Messages In This Thread
Mystic Speed Boost from Self-Built Version on Linux? - Mastermind_X - 10-08-2015, 08:22 PM
RE: Mystic Speed Boost from Self-Built Version on Linux? - degasus - 10-09-2015, 08:54 PM
RE: Mystic Speed Boost from Self-Built Version on Linux? - Mastermind_X - 10-10-2015, 12:23 AM
RE: Mystic Speed Boost from Self-Built Version on Linux? - degasus - 10-10-2015, 01:10 AM
RE: Mystic Speed Boost from Self-Built Version on Linux? - Mastermind_X - 10-23-2015, 03:37 AM
RE: Mystic Speed Boost from Self-Built Version on Linux? - JosJuice - 10-23-2015, 04:49 AM
RE: Mystic Speed Boost from Self-Built Version on Linux? - degasus - 10-23-2015, 06:15 AM
RE: Mystic Speed Boost from Self-Built Version on Linux? - JosJuice - 10-23-2015, 07:01 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