JILRuntime A general purpose, register based Virtual machine (VM) that supports object-oriented features, reference counting (auto destruction of data as soon as it is no longer used, no garbage collection), exceptions (handled in C/C++ or Virtual machine code) and other debugging features. Objects and functions can be written in Virtual machine code, as well as in C or C++, or any other language that can interface to C object code. The VM is written for maximum performance and thus is probably not suitable for embedded systems where a small memory footprint is required. Possible uses of the VM are in game development, scientific research, or to provide a stand-alone, general purpose programming environment.
標簽:
object-oriented
JILRuntime
register
supports
上傳時間:
2013-12-23
上傳用戶:cc1015285075