Phantom objects are dynamically (heap) allocated only. No automatic (stack) objects exist. No static (classless) objects exist, but programmer can store 'global' data in the application's root class.
All the memory is processed with garbage collector. I must mention that EVERYTHING in Phantom is subject of garbage collection. Application as a whole will be killed if no object references it (practically it means that no data object for this app exist and no system directory, such as “all apps list” p
スタック排除 (スコア:3, 参考になる)
Re:スタック排除 (スコア:1, 参考になる)
またお前か。まいどまいど嘘ばっかり書き散らしやがって。
http://www.dz.ru/en/solutions/phantom/operations/ [www.dz.ru]
こいつの仮想マシンはスタックマシンだ。
オブジェクトをヒープにだけ取るのはJavaVMやその他ほとんどの仮想マシンと同じ。何も変わったところはない。