Rework memory layout generator, generate VarHandles, rename MethodHandles classes #354
No reviewers
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
github_actions
good first issue
help wanted
invalid
java
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
java-gi/java-gi!354
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "memory-layouts"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The MemoryLayout generator has been largely rewritten to fix a couple edge cases, mostly around padding.
We now also generate a static final VarHandle that is used to read and write fields, which should significantly improve performance of field reads and writes.
The generated "MethodHandles" classes are renamed to "NativeHandles", for two reasons:
Rework memory layout generator & generate VarHandles for fieldsto Rework memory layout generator, generate VarHandles, rename MethodHandles classes