Re: Subclasses
Espen S Johnsen <[email protected]> 08 Jun 2006 16:47:26 +0200
| Newsgroups | gmane.lisp.clg.devel |
|---|---|
| Message-ID | <[email protected]> |
Marco Gidde <[email protected]> writes: > You were right concerning the +struct-alignmen+ with one important > exception: 64bit values (like pointers) must lie on 8-byte boundaries > so that +struct-alignmen+ not only depends on the previous calculated > slots but also on the current slot. For example: Thanks, the code in CVS should now align the slots properly on AMD64 also (at least I hope so, but I haven't tested it). -- Espen