Indicate the status of the optimization for this node

0 : the default value 1 : this test can be implemented with direct access 2 : this test must be implemented with perfect hashing

Property definitions

nitc :: vm_optimizations $ AIsaExpr :: _status
	# Indicate the status of the optimization for this node
	#
	# 0 : the default value
	# 1 : this test can be implemented with direct access
	# 2 : this test must be implemented with perfect hashing
	var status: Int = 0
src/vm/vm_optimizations.nit:199,2--204,20