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

Ticket #71 (closed defect: fixed)

Opened 3 months ago

Last modified 2 months ago

Darwin support for runtime/internal

Reported by: rrichardson Assigned to:
Priority: major Milestone:
Version: Keywords: osx darwin memory.d
Cc:

Description

Currently there is no version(darwin) handled in runtime/internal/memory.d Also, dmain2.d, critical.c and monitor.c need attention of some sort to support OSX.

Change History

10/04/08 17:31:42 changed by ChristianK

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

I think most of this should be in place now. memory.d has a case for darwin's stack bottom and uses /proc/self/maps to find the static data segment. If dmain2, critical or monitor require any more darwin-specific changes, please open a new ticket.

Copyright © 2008, LDC Development Team.