[fpc-pascal] Memory alignment with FPC
Bernd
prof7bit at gmail.com
Wed Oct 10 16:13:43 CEST 2012
2012/10/10 <dhkblaszyk at zeelandnet.nl>:
> However when
> objects have methods, does that change memory alignment
No. As long as there are no virtual methods it will not affect the
size or the memory layout. From what I have read the new gtk3 API for
fpc will also use objects (with methods and also inheritance) instead
of records to represent gtk and glib structures.
More information about the fpc-pascal
mailing list