monkey needs a build to NDK.

Monkey Targets Forums/Android/monkey needs a build to NDK.

AdamRedwoods(Posted 2012) [#1]
At some point i feel this will need to happen.

I'm hitting the wall with minib3d and java. i haven't profiled the code-- but i feel the biggest problem is that java JIT compiler does not inline and for some reason matrix multiplication is slow. C++ compilers just seem to do better here.

i know it will require a java/ndk hybrid since it needs to stay compatible with android 2.1/2.2. NativeActivity() is android 2.3 and above only.


therevills(Posted 2012) [#2]
Also the NDK isnt always faster than the JIT... Strange but true ;)