optimize size of object header #46
Labels
enhancement
improving existing functionality
help wanted
other contributors might be interested in this
runtime
running code written in Core
Milestone
The header takes up 128 bits (2 pointers á 64 bits) currently, which is too much.
There are various ways to reduce this, ideally to 64 bits or fewer:
Reducing number of pointers:
Reducing size of individual pointers:
See https://soc.me/runtimes/header-compression.
The text was updated successfully, but these errors were encountered: