runtime_functions that need to be compiled

Property definitions

nitc $ GlobalCompiler :: _todos
	# runtime_functions that need to be compiled
	private var todos: List[AbstractRuntimeFunction] = new List[AbstractRuntimeFunction]
src/compiler/global_compiler.nit:181,2--182,85