dingusdev / dingusppc

An experimental emulator
GNU General Public License v3.0
200 stars 21 forks source link

Inline ppc_set_cur_instruction #68

Closed mihaip closed 7 months ago

mihaip commented 7 months ago

It's used in the main emulator loop (ppc_exec_inner), and the function call overhead adds up.

By inlining it, time to boot to the Finder using a 7.1.2 install CD and a 6100 ROM goes from ~6700ms to ~6400ms (with clang 14 on a M2 Max)