-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
feature request: allow packed types #1704
Copy link
Copy link
Closed
Labels
A-type-systemArea: Type systemArea: Type systemC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.
Metadata
Metadata
Assignees
Labels
A-type-systemArea: Type systemArea: Type systemC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.
Type
Fields
Give feedbackNo fields configured for issues without a type.
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.