Skip to content

feature request: allow packed types #1704

Closed
@bnoordhuis

Description

@bnoordhuis

Would it be possible to add support for packed types? Types appear to be unpacked right now (which is fine in itself) but it blocks interop with C APIs like epoll_wait.

Example: on x86_64, (0u32, 0u64) is 12 bytes when packed and 16 bytes when unpacked.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-type-systemArea: Type systemC-enhancementCategory: An issue proposing an enhancement or a PR with one.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions