Quantcast
Channel: Enlightenment
Viewing all articles
Browse latest Browse all 1612

Changeset [82692]: cut down textprop size a bit... 72 -> 64bytes. if we can wrap ...

$
0
0

cut down textprop size a bit... 72 -> 64bytes. if we can wrap tp->start/len/text_offset/text_len read/wrtie in access funcs. so we can special case where:

  1. start == text_offset == 0 && len == text_len == 1
  2. start == text_offset == 0 && len == text_len < 65536
  3. start == text_offset == 0 && len == text_len < 256


Viewing all articles
Browse latest Browse all 1612

Trending Articles