Reply To: Bitwise operators in OAL

homepage Forums BridgePoint Development and Integrations Bitwise operators in OAL Reply To: Bitwise operators in OAL

#6151
Lee Riemenschneider
Participant

Bitfields in bytes are a physical storage packing mechanism for a specific implementation of data optimization. The idea of packing and unpacking in the smallest unit of storage might be a domain. Bit fields within bytes are the smallest unit of storage in some languages, but not all. How can we say it is implementation independent enough for inclusion in an AL?