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

Ticket #5 (closed defect: fixed)

Opened 1 year ago

Last modified 8 months ago

Implement the real garbage collecter

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

Description

Fix it!

Change History

11/14/07 18:33:06 changed by lindquist

  • milestone set to alpha release.

11/27/07 23:06:38 changed by lindquist

  • owner deleted.

01/24/08 20:35:22 changed by lindquist

  • priority changed from major to minor.

the stub gc in tango is now used. should be fine for a while!

01/24/08 20:36:07 changed by lindquist

  • summary changed from No garbage collector to Implement the real garbage collecter.

05/13/08 08:42:10 changed by lindquist

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

(In [219]) Fixed: the tango/lib/gc/basic garbage collector now compiles and links into an executable (change in tango/lib/llvmdc-posix.mak), closes #5 . Changed: removed the crappy realloc based dynamic memory runtime and started moving over to DMD style runtime support, part of moving to real GC. Fixed: dynamic arrays now use GC runtime for allocating memory. Fixed: new expression now use GC for allocating memory. Changed: revamped the dynamic array support routines related to dynamic memory. Fixed: assertions no longer create exsessive allocas. Changed: misc. minor cleanups.

05/13/08 08:47:39 changed by lindquist

further GC related issues should get their own tickets.

Copyright © 2008, LDC Development Team.