Opened 17 years ago

Closed 17 years ago

#115 closed タスク (fixed)

Blittable型を導入する

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

Description

  • System.Byte
  • System.SByte
  • System.Int16
  • System.UInt16
  • System.Int32
  • System.UInt32
  • System.Int64
  • System.UInt64
  • System.IntPtr
  • System.UIntPtr
  • System.Single
  • System.Double

基本型に対応する上記クラスを定義すると共に、Blittable型として基本型との相互変換を可能にする。

メモリ上ではBlittable型は単なる数値データを保有する型として振舞い、メソッド呼び出しが要求された場合や数値インスタンスをObjectクラスにアップキャストしたい場合にクラスとして振舞うようにする。

Change History (1)

comment:1 by dai, 17 years ago

Resolution: fixed
Status: newclosed

[332]にて対応。

Note: See TracTickets for help on using tickets.