STTrife posted on Aug 22 2006 at 01:20 PM said:I believe the dynamic recompiler takes over the part of the CPU-emulation (which is of course very important part, but not the 'whole' emulator).
And the old version was an interpreter if I'm correct.
reiboul posted on Aug 22 2006 at 03:09 PM said:STTrife posted on Aug 22 2006 at 01:20 PM said:I believe the dynamic recompiler takes over the part of the CPU-emulation (which is of course very important part, but not the 'whole' emulator).
And the old version was an interpreter if I'm correct.
you may be right, but in any event Zodttd wouldn't have bothered coding a dynamic recompiler if it hadn't been better than the old interpreter, so my question was quite useless
BTW, what's the difference between static recompiler and dynamic recompiler?
Nr.56 posted on Aug 22 2006 at 03:24 PM said:static recompiler: recompile the whole code before execution
dynamic recompiler: recompile during the execution
reiboul posted on Aug 22 2006 at 04:30 PM said:Nr.56 posted on Aug 22 2006 at 03:24 PM said:static recompiler: recompile the whole code before execution
dynamic recompiler: recompile during the execution
Sounds good...but what is the interpreter?
paxl13 posted on Aug 22 2006 at 05:50 PM said:An interpretter is a program that read
every byte of the other cpu program and execute
each opcode one after another.
Java is a very bad example, because the Just-In-Time compiler translates the Java bytecode into bytecode for the machine (call it dynamic recompilation if you want ).sehs33 posted on Aug 22 2006 at 04:59 PM said:As far as I remember (correct me please if am wrong) an interpreter is much slower, it executes a function/small chunk at a time, goes back to memory to fetch the next chunk and so on, an example for an interpreter is the Java Virtual Machine.
X-Code posted on Aug 22 2006 at 03:37 AM said:Getting at it right away Mr.zodttd B)
* Gets gaming gloves on :lol:
Shikaku posted on Aug 22 2006 at 08:02 PM said:X-Code posted on Aug 22 2006 at 03:37 AM said:Getting at it right away Mr.zodttd B)
* Gets gaming gloves on :lol:
Mr_Munk posted on Aug 22 2006 at 10:34 PM said:@ do.me.nice
Community means people talking to each other and helping each other out, not flaming people with RTFM due to your intellectual snobbery. The threads slack at them moment, a bit of conversation doesn't hurt - besides no-one else seems to mind answering the question...
do.me.nice posted on Aug 22 2006 at 12:53 PM said:Stop asking stupid questions