mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-01 08:48:20 +00:00
edc46d15f8
This commit simplifies the current implementation by overloading the length field with a padding indicator in addition to the zero-length head entry. This simplifies the iteration semantics as it eliminates the need for determining whether a zero-length entries is the actual head of the buffer or a padding at the buffer end. genodelabs/genode#4434