Artifacts Associated With Ticket 31d1e19cd93a9f6044a1125fb1e1f080db5bf21b
Ticket change [67e75f0c3c] (rid 32663) by js on 2020-09-29 22:04:46:
- icomment:
While support for tagged pointers was merged in [](b4039f9a85), they are only being used by OFNumber and OFDate right now. It would be nice to also use them for short OFStrings. This requires a new OFString subclass. Since most short strings will be ASCII, tagged pointer strings can be limited to ASCII strings, requiring only 7 bit per character. This would allow storing up to 8 characters in a tagged pointer on 64 bit systems (even when increasing the tag size to a full 8 bits) and up to 4 characters on 32 bit systems (but the tag size needs to stay at the current 4 bits).
- login: "js"
- milestone initialized to: "none"
- mimetype: "text/x-markdown"
- priority initialized to: "Medium"
- severity initialized to: "Important"
- status initialized to: "Open"
- title initialized to: "Support for tagged pointer strings"
- type initialized to: "Feature_Request"
- icomment:
Ticket change [8736794cce] (rid 44360) by js on 2024-01-14 13:29:50:
- login: "js"
- milestone changed to: "1.1"
- mimetype: "text/x-markdown"
- resolution changed to: "Open"
Ticket change [b874197b3d] (rid 45717) by js on 2024-03-09 20:29:42:
- login: "js"
- milestone changed to: "1.2"
- mimetype: "text/x-markdown"
Ticket change [384ef7a954] (rid 47693) by js on 2024-05-22 20:13:26:
- type changed to: "Feature Request"
Ticket change [016d95a5f0] (rid 48842) by js on 2024-08-25 00:53:45:
- icomment: "Implemented in [](8ca952eaa4)."
- login: "js"
- mimetype: "text/x-markdown"
- resolution changed to: "Fixed"
- status changed to: "Fixed"