ANOMATRIX@ブログ
言語処理系作成を目指すブログ。
Garbage Collection for Python
›
Pythonのガベージコレクションについて書かれた論文の一部を訳す。 実際にどういう風なアプローチで実装されてるかが分かる部分だけ。 Garbage Collection for Python How does this Approach Work? このアプローチはどう働く? ...
newLisp -- Implementing ORO memory management
›
Implementing ORO memory management OROメモリ管理の実装 The following pseudo code illustrates the algorithm implemented in newLISP in the context of ...
newLisp -- Memory and datatypes in newLISP
›
Memory and datatypes in newLISP newLISPのメモリとデータ型 The memory objects of newLISP strings are allocated from and freed to the host's OS whe...
newLisp -- Performance considerations with value-passing
›
Performance considerations with value-passing 値渡しで考慮すべきパフォーマンス Passing parameters by value (memory copying) instead of by reference poses a ...
newLisp --- One reference only, (ORO) memory management
›
One reference only, (ORO) memory management 単一参照、(ORO)メモリ管理 Memory management in newLISP does not rely on a garbage collection algorithm. Me...
›
ホーム
ウェブ バージョンを表示