Opened 17 years ago

Closed 16 years ago

#130 closed タスク (fixed)

リンカを汎用的にする

Reported by: dai Owned by: dai
Priority: 中-major Milestone: AB5 CP6
Component: Compiler Version:
Keywords: Cc:

Description

今はcore.libのみしか生成できないので、汎用的に様々な静的リンクライブラリを生成できるようにする。

そのためには、各ライブラリ間の分離処理及び結合時の名前解決のためのモジュールを実装する。

Change History (3)

comment:1 by dai, 16 years ago

Component: ablibCompiler
Status: newassigned

comment:2 by dai, 16 years ago

Interface.pInterfaceClass
CClass.pSuperClass
CMethod.pUserProc
DynamicMethod.pInheritsClass
UserProc.pParentClass
UserProc.pInterface
UserProc.pMethod
Type.pClass
BlittableType.pClass

C++側コンパイラモジュールのこれらのメンバを外部参照できるようにする。

comment:3 by dai, 16 years ago

Resolution: fixed
Status: assignedclosed

[520]にて対応。

Note: See TracTickets for help on using tickets.