• 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 ... 43 44 45 46 47 ... 117 Next »

How was dynamic recompilation ported to ARM?
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
How was dynamic recompilation ported to ARM?
05-15-2014, 04:19 AM (This post was last modified: 05-15-2014, 04:25 AM by degasus.)
#8
degasus Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 1,828
Threads: 10
Joined: May 2012
I wouldn't call it a rewrite. You can split up this work in lots of smaller parts which could get merged and tested separately. This is _much_ easier than writing a complete blob of code without testing anything.

eg first steps:
- search for assembler and replace them with generic code - tons of small parts
- convert cg shaders to glsl (this a bit bigger deal at once, but not that hard)
- move from deprecated gl to core profile (hint: don't mess with VAO, else you'll break osx), so you'll be gles compatible - also lots of small parts
- gui-less mode - maybe needs some more hacks
And so, you've a binary that runs everywhere.

But it isn't that hard to start. It will just take LOTS of time until you're able to run on arm for the first time.
Find
Reply
« Next Oldest | Next Newest »


Messages In This Thread
How was dynamic recompilation ported to ARM? - talkingmime - 05-14-2014, 05:05 AM
RE: How was dynamic recompilation ported to ARM? - Gir - 05-14-2014, 05:57 AM
RE: How was dynamic recompilation ported to ARM? - DJBarry004 - 05-14-2014, 06:55 AM
RE: How was dynamic recompilation ported to ARM? - kinkinkijkin - 05-14-2014, 06:59 AM
RE: How was dynamic recompilation ported to ARM? - degasus - 05-14-2014, 07:14 AM
RE: How was dynamic recompilation ported to ARM? - Sonicadvance1 - 05-14-2014, 07:27 AM
RE: How was dynamic recompilation ported to ARM? - talkingmime - 05-15-2014, 03:32 AM
RE: How was dynamic recompilation ported to ARM? - degasus - 05-15-2014, 04:19 AM
RE: How was dynamic recompilation ported to ARM? - Gir - 05-15-2014, 05:42 AM
RE: How was dynamic recompilation ported to ARM? - talkingmime - 05-15-2014, 06:06 AM
RE: How was dynamic recompilation ported to ARM? - Gir - 05-15-2014, 06:58 AM
RE: How was dynamic recompilation ported to ARM? - AnyOldName3 - 05-15-2014, 07:02 AM
RE: How was dynamic recompilation ported to ARM? - degasus - 05-15-2014, 07:05 AM
RE: How was dynamic recompilation ported to ARM? - lamedude - 05-15-2014, 10:28 PM

  • 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