Wiki Roadmap Timeline Tickets New Ticket Source Search Help / Guide About Trac Login

Ticket #86 (closed defect: fixed)

Opened 4 months ago

Last modified 4 months ago

dynamic array literals are not heap allocated

Reported by: lindquist Assigned to:
Priority: major Milestone: Beta
Component: Version:
Keywords: Cc:

Description

the D spec explicitly states that array literal expressions are allocated on the heap, LLVMDC currently puts them on the stack. the current runtime functions don't have a function to do this nicely yet (we don't use _d_arrayliteral)

Change History

09/14/08 04:56:44 changed by ChristianK

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in [592]

Copyright © 2008, LDC Development Team.