RFR: 7903649: Field and global variables of array type should have indexed accessors

Maurizio Cimadamore mcimadamore at openjdk.org
Tue Jan 30 16:17:40 UTC 2024


On Tue, 30 Jan 2024 15:49:04 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:

> It might also be useful to take some footprint measurements before/after.
Here are some rough measurements using libpython. There are approximatively 140 struct classes (out of ~240 generated files). Here's what I got:

Size of generated sources
    vanilla: 5.3M
    holder: 5.4M
    
Size of generated classes
    vanilla: 18M
    holder: 20M

-------------

PR Review Comment: https://git.openjdk.org/jextract/pull/198#discussion_r1471506878


More information about the jextract-dev mailing list