Possible speed increase to consider.

Strictly for discussing ZSNES development and for submitting code. You can also join us on IRC at irc.libera.chat in #zsnes.
Please, no requests here.

Moderator: ZSNES Mods

Locked
chris27wjoyner
New Member
Posts: 5
Joined: Tue Apr 08, 2008 3:02 am
Contact:

Possible speed increase to consider.

Post by chris27wjoyner »

This is an article that explains it. What it is a doing direct jumps when processing cpu or fpu opcodes, instead of testing over and over again.

The article talks about getting a speed increase on large switch statements, and long lists of nested if statements.

http://chris27wjoyner.blackapplehost.com/direct_jump/
http://www.demonbuster.com/

http://chris27wjoyner.blackapplehost.com/Mouse_Emulated/
Mouse Emulated Mouse Emulator.
byuu

Post by byuu »

Oh, hey! Missed my chance on the '9x boards. Listen, I wanted to thank you for coming up with the best software license in the entire universe! Really, you made my day with that.

Great idea with the library, by the way. Very innovative stuff.
Deathlike2
ZSNES Developer
ZSNES Developer
Posts: 6747
Joined: Tue Dec 28, 2004 6:47 am

Post by Deathlike2 »

Reinventing the wheel.. what a novel concept.
Continuing [url=http://slickproductions.org/forum/index.php?board=13.0]FF4[/url] Research...
Nach
ZSNES Developer
ZSNES Developer
Posts: 3904
Joined: Tue Jul 27, 2004 10:54 pm
Location: Solar powered park bench
Contact:

Post by Nach »

Wow, lets implement something which is a slower and more convoluted version of something we already do, brilliant idea.
May 9 2007 - NSRT 3.4, now with lots of hashing and even more accurate information! Go download it.
_____________
Insane Coding
Locked