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


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Support v
« Previous 1 ... 604 605 606 607 608 ... 1198 Next »

Dolphin In The Future
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Dolphin In The Future
12-01-2013, 05:34 AM (This post was last modified: 12-01-2013, 05:37 AM by limith.)
#7
limith Offline
Junior Member
**
Posts: 23
Threads: 2
Joined: Nov 2013
(12-01-2013, 05:19 AM)xxballerxx54 Wrote:
(12-01-2013, 04:05 AM)limith Wrote:
Quote:Yes. Technically you could change the code to make it run faster (given you knew what you were doing). But knowing what to do is a very big stipulation for many people, thus it's not really realistic or easy for people.
Writing optimal code is very tiresome. C++ with pointers and memory management doesn't make it easier (though C++ is much faster than Java overall since you have access to memory management).

Loop unrolling, OpenMP, cache blocking. You would need to optimize based on the platform the game is being run on to take advantage of the cache size (requires CPU knowledge I suppose) which isn't an easy task if you are attempting to support multiple platforms.

Alternatively something with thread splitting, but I wouldn't know where to begin in C++, only used Java Nachos in class and Python Reactors (Twisted). Not sure if a reactor based process would be faster since there isn't much in terms of network IO and disk read should be quite fast.
so is the code complicated and hard to understand if youre like me being a beginner.
Well for optimization, I presume at a minimum you need to be able to understand all of the topics listed here (specifically weeks 7-13, I took this class in a much earlier semester):
http://www-inst.eecs.berkeley.edu/~cs61c/fa13/
On top of that, you need to know Wii infrastructure and I assume GPU infrastructure

I'm not a developer of Dolphin though. I took a peek at the SVN earlier.
Find
Reply
« Next Oldest | Next Newest »


Messages In This Thread
Dolphin In The Future - xxballerxx54 - 11-17-2013, 10:25 AM
RE: Dolphin In The Future - Shonumi - 11-17-2013, 11:28 AM
RE: Dolphin In The Future - xxballerxx54 - 12-01-2013, 12:55 AM
RE: Dolphin In The Future - Shonumi - 12-01-2013, 04:00 AM
RE: Dolphin In The Future - limith - 12-01-2013, 04:05 AM
RE: Dolphin In The Future - xxballerxx54 - 12-01-2013, 05:19 AM
RE: Dolphin In The Future - limith - 12-01-2013, 05:34 AM
RE: Dolphin In The Future - RachelB - 12-01-2013, 08:49 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