• 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-10-2015, 01:10 AM (This post was last modified: 10-10-2015, 01:11 AM by degasus.)
#4
degasus Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 1,828
Threads: 10
Joined: May 2012
We use SSE for the PPC float handling. The GC PPC has SIMD with 2-float width, but else we don't vectorize ourself. Our Jit doesn't have any optimization passes, it's an one-pass compiler from PPC to x64.
We use some special instructions up to AVX, but they don't speed up much. The biggest performance hit is not vectoring but because of strange PPC behavior. If you want to read a bit more about this weird behavior, start on page 6.
There are plans to implement a LLVM based jit, but it's a very long term task and right now, nobody knows if it will be faster at all...

For the measurement, I just hope to see one function with a much higher load on the ubuntu builds. I don't want to belive this is a general slowdown over all called C functions...
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