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

Ticket #40 (closed enhancement: fixed)

Opened 8 months ago

Last modified 7 months ago

change calls to d-style varargs to pass a static typeinfo array

Reported by: lindquist Assigned to:
Priority: trivial Milestone: Alpha
Component: Version:
Keywords: Cc:

Description

right now calling a d-style vararg function, builds the typeinfo array on the stack. this could just as well be a static constant, which might get merged with other similar calls and wouldn't require runtime code to build

Change History

05/06/08 19:06:42 changed by lindquist

  • priority changed from minor to trivial.

06/03/08 07:49:44 changed by lindquist

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

this was fixed in rev [229]

Copyright © 2008, LDC Development Team.