Re: [fpc-devel] Extension to XML node dumping

2020-04-07 Thread J. Gareth Moreton
https://bugs.freepascal.org/view.php?id=36882 - currently it shows type definitions as well as constants and fields in records and classes.  For fields, it lists sizes and byte offsets.  As explained in the bug report, the intention is to help aid vectorisation development... at least it's help

[fpc-devel] Extension to XML node dumping

2020-04-05 Thread J. Gareth Moreton
Hi everyone, I'm planning on extending my XML node dump feature slightly by storing declared record types (and eventually others) into the XML file.  The intention behind this is to show information like field sizes and offsets to help with the development of more advanced compiler features s