source: dev/BasicCompiler64/Compile_Object.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @131   17 years dai_9181 Prototypeクラスを用意した。
(edit) @123   17 years dai_9181 オブジェクトの先頭バッファのサイズを4ポインタ分に拡張した(偶数個数なところがキモ)。
(edit) @94   17 years dai_9181 New[]を禁止した。 一部の動的型情報が生成されないバグを修正。 As演算子によるダウンキャストを許可(プログラム的なチェックはまだ走っていない)
(edit) @90   17 years dai_9181 実行時型情報の生成にほぼ対応した。
(edit) @75   17 years dai_9181 TYPEINFO→Typeへのリファクタリングを実施。64bitはほぼ完了。32bitが全般的に未完成。
(edit) @73   17 years dai_9181 Parameterクラスを適用。32bit側は動くようになったので、64bitのほうを調整する。
(edit) @64   17 years dai_9181 すべてのオブジェクトを参照型に切り替えた。
(edit) @51   17 years dai_9181 ppobj_Member及びppobj_StaticMemberを廃止し、vectorに統一した(methods及びstaticMethods)。
(edit) @50   17 years dai_9181 オーバーロード解決用の関数保持リストを "SUBINFO " ではなく、"vector<SUBINFO *>" に変更した。
(edit) @31   17 years dai_9181 _System_LocalThis(見えないThisポインタパラメータ)を通常のパラメータ保有領域ではなく、リアルパラメータ保有領域に移動した …
(edit) @28   17 years dai_9181 ・【32ビットコンパイラ】戻り値に実態オブジェクトを持つインデクサを呼び出すと強制終了してしまうバグを修正。 …
(edit) @15   17 years dai_9181 LexicalAnalysisを廃止。
(add) @3   17 years dai_9181
Note: See TracRevisionLog for help on using the revision log.