bloqade.lanes.bytecode.LocationAddress
← Module overview
class
classLocationAddress¶source
bloqade.lanes.bytecode.LocationAddress
Bit-packed atom location address (zone + word + site).
class LocationAddressEncodes zone_id (8 bits), word_id (16 bits), and
site_id (16 bits) into a 64-bit word.
Layout: [zone_id:8][word_id:16][site_id:16][pad:24]