[Vm-dev] Android VM preliminary benchmarks

Michael Rueger lists at andience.co.nz
Mon Jun 26 19:39:10 UTC 2017


> 
> What flavor of VM is this? Stack, Cog, Spur, Sista?

good point :-)
CogSpur

It is even with optimizations turned off for debugging, forgot about that...

add_definitions(
	-DANDROID
	-DVM_TARGET_OS="android"
	-DVM_TARGET_CPU="armeabi-v7a"
  	-DNOEXECINFO
	-DAVOID_OPENGL_H
	-DFT2_BUILD_LIBRARY
	-DVM_TICKER=1

	-DUSE_GLOBAL_STRUCT=0
	-DITIMER_HEARTBEAT=1
	-DSPURVM
	-D_GNU_SOURCE
	-DNDEBUG
	-DCOGMTVM=0
#	-DDEBUGVM=0
	-DLSB_FIRST=1
#	-DNO_VM_PROFILE=1

#	-g0 -O2
	-g
	-m32
	)



More information about the Vm-dev mailing list