Re: why malloc/free instead of GC?
| Newsgroups | gmane.comp.programming.garbage-collection.general |
|---|---|
| Message-ID | <[email protected]> |
> a) strings (and other objects which contain no pointers) > b) typed objects (we only have to know where pointers lay around) > c) untyped objects (must be treatened as an array of pointers) pointers between b) and c) are gonna cause problems.