• 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 ... 102 103 104 105 106 ... 369 Next »

Has anyone ever attempted AOT instead of JIT?
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Has anyone ever attempted AOT instead of JIT?
02-21-2015, 03:22 AM (This post was last modified: 02-21-2015, 03:22 AM by Fiora.)
#11
Fiora Offline
x86 JIT Princess
**********
Developers (Some Administrators and Super Moderators)
Posts: 237
Threads: 0
Joined: Aug 2014
(02-21-2015, 02:27 AM)Nintonito Wrote: So the feeling I'm getting is that its a waste of time because the code won't be any faster,  unless the CPU emulator was someone completely rewritten with a tracer in mind.  Makes sense.  I guess i sort of underestimated the speed of the existing JIT.  Still,  tracer JIT's are a wonderful concept,  and I kinda wish we saw more of them (I personally would be willing to trade disk/ram space for a worthwhile speed up.  Especially since I have all this RAM in my computer that never gets used.)
A tracing JIT could definitely be faster if only because it'd avoid the problem of limited block size, but the problem of switching between traces isn't trivial, and invalidation might become tricky. Again, it's doable IMO, it'd just be a pretty decent chunk of work!

"Code size" has nothing to do with trading disk or RAM; it has to do with trading instruction cache. Significant code size increases can cause massive performance loss, no matter how much memory you have.
Website Find
Reply
« Next Oldest | Next Newest »


Messages In This Thread
Has anyone ever attempted AOT instead of JIT? - Nintonito - 02-20-2015, 06:14 AM
RE: Has anyone ever attempted AOT instead of JIT? - degasus - 02-20-2015, 06:20 PM
RE: Has anyone ever attempted AOT instead of JIT? - Nintonito - 02-20-2015, 09:46 PM
RE: Has anyone ever attempted AOT instead of JIT? - degasus - 02-20-2015, 09:52 PM
RE: Has anyone ever attempted AOT instead of JIT? - Nintonito - 02-20-2015, 11:30 PM
RE: Has anyone ever attempted AOT instead of JIT? - degasus - 02-21-2015, 02:00 AM
RE: Has anyone ever attempted AOT instead of JIT? - Ramoth - 02-20-2015, 10:05 PM
RE: Has anyone ever attempted AOT instead of JIT? - Nintonito - 02-21-2015, 01:01 AM
RE: Has anyone ever attempted AOT instead of JIT? - Fiora - 02-21-2015, 01:40 AM
RE: Has anyone ever attempted AOT instead of JIT? - Nintonito - 02-21-2015, 02:27 AM
RE: Has anyone ever attempted AOT instead of JIT? - Fiora - 02-21-2015, 03:22 AM
RE: Has anyone ever attempted AOT instead of JIT? - JoeRaptor - 02-24-2016, 04:11 PM
RE: Has anyone ever attempted AOT instead of JIT? - degasus - 02-24-2016, 07:06 PM
RE: Has anyone ever attempted AOT instead of JIT? - Kurausukun - 02-25-2016, 02:13 AM
RE: Has anyone ever attempted AOT instead of JIT? - Helios - 02-25-2016, 06:05 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