I'm still playing with this :-P
the cache flush can be made using this on the iphone:
sys_dcache_flush(start, size);
sys_icache_invalidate(start, size);
(taken from
http://www.sand-labs.org/aros/browser/trunk/JavaScriptCore/jit/ExecutableAllocator.h?rev=1035&format=txt)
anyway... Now I get a SIGBUS error on execution.cc:124
return Invoke(false, func, receiver, argc, args, pending_exception);
Unfortunately, I can't run the debugger on the iPhone. I'm not sure
why though (the remote session is not attaching). I'll try to upgrade
to XCode 3.2 and see if that helps.
Best,
r
--
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
To unsubscribe, reply using "remove me" as the subject.