source: dev/BasicCompiler64/Opcode.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @34   17 years dai_9181 スコープ処理を統一した。関数の途中でReturnしても、スコープにあるローカルオブジェクトを正確に破棄できるようにした。
(edit) @31   17 years dai_9181 _System_LocalThis(見えないThisポインタパラメータ)を通常のパラメータ保有領域ではなく、リアルパラメータ保有領域に移動した …
(edit) @20   17 years dai_9181 参照型パラメータに関数の戻り値オブジェクトを指定した場合などの、一時オブジェクトの扱いを可能にした。 …
(edit) @19   17 years dai_9181 64ビットコンパイラでローカル変数の0初期化に対応。 …
(edit) @17   17 years dai_9181 定数メンバ機能を有効にした。
(edit) @15   17 years dai_9181 LexicalAnalysisを廃止。
(edit) @11   17 years dai_9181 Const変数の書き込み規制を有効化(グローバル/ローカル変数のみ) 定数オブジェクトと定数メンバは未実装。
(edit) @9   17 years dai_9181 Constステートメントで定数変数を宣言できるように改良。
(add) @3   17 years dai_9181
Note: See TracRevisionLog for help on using the revision log.