View Single Post
Old 18 September 2015, 11:11   #3
bernd roesch
Registered User
 
Join Date: Apr 2012
Location: germany
Posts: 139
Quote:
Originally Posted by FrodeSolheim View Post
Exception handler is now fixed for OS X as well, so JIT direct memory will work on OS X too in the next development version. 2.5.41dev will also *default* to using direct memory.

Oh, and I am nearly done with JIT compiler support for the x86-64 versions of FS-UAE as well (code available in the "jit2" branch on github).
that sound good. hope all work

if it not work, you can set breakpoints in debugger at functions

Code:
static inline void emit_byte(uae_u8 x) 
static inline void emit_word(uae_u16 x) 
static inline void emit_long(uae_u32 x)
static __inline__ void emit_quad(uae_u64 x)
in file https://github.com/FrodeSolheim/fs-u...mu_support.cpp

and then when you use go(let breakpoints allways on) , you can see all that JIT output and look at asm output whats go wrong

Last edited by FrodeSolheim; 18 September 2015 at 18:57.
bernd roesch is offline  
 
Page generated in 0.08228 seconds with 11 queries