Indicate the status of the optimization for this node

0: default value 1: SST (direct access) can be used 2: PH (multiple inheritance implementation) must be used

Property definitions

nitc :: vm_optimizations $ CallSite :: status=
	# Indicate the status of the optimization for this node
	#
	# 0: default value
	# 1: SST (direct access) can be used
	# 2: PH (multiple inheritance implementation) must be used
	var status: Int = 0
src/vm/vm_optimizations.nit:165,2--170,20