• 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-20-2015, 09:46 PM
#3
Nintonito Offline
Posting Freak
*****
Posts: 951
Threads: 81
Joined: Jan 2014
(02-20-2015, 06:20 PM)degasus Wrote: What are the difference between AOT and JIT in your opinion? Especially for emulators?

I feel like if the emulator is consistently running the same code for a game (persisting through multiple start ups) that there's no reason for identical code to be emulated again when you have the native code all ready.  In theory it could work for emulators as AOT works with VM code which is a semi-similiar idea.  Having an effective "code cache" could save a ton of CPU time,  at the expense of disk space from caching a rather huge amount of code.  IN theory it should be reliable and doable,  because Nvidia's Denver architecture code caching can cache large chunks of dolphin code successfully,  so it stands to reason that there's definitely repeat code instances that code be optimized through caching (either to ram for temp cache or disk for more permanent caching).
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