ObjFW  Check-in [36e8a94f34]

Overview
Comment:Cache the length of a string.

Also removes -[appendCStringWithoutUTF8Checking:] as it is dangerous and
not compatible with this optimization.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 36e8a94f3412cd36448e32cd99e5ad2a7ca9ae5e603048b9f7e84301272b8380
User & Date: js on 2011-07-09 14:45:44
Other Links: manifest | tags
Context
2011-07-09
21:58
Only add -fgnu89-inline if it doesn't generate a warning. check-in: 4f8cf7e3ec user: js tags: trunk
14:45
Cache the length of a string. check-in: 36e8a94f34 user: js tags: trunk
14:34
Use OFDataArray instead of OFMutableString for cache in OFXMLParser. check-in: bbe98ea6c2 user: js tags: trunk
Changes