ObjFW  Check-in [95830bf78b]

Overview
Comment:OFDate: Prepare for tagged pointers

This replaces all ivar accesses with calls to -[timeIntervalSince1970]
(except for initializers and -[timeIntervalSince1970] itself, which is
the only method accessing an ivar and will be overridden for tagged
pointers), returns a placeholder for +[alloc] and makes +[distantFuture]
and +[distantPast] singletons.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | tagged-pointers
Files: files | file ages | folders
SHA3-256: 95830bf78b6ae98a22e26e36cd1990b8056600520fdfc2c955130889b60c6da4
User & Date: js on 2020-07-25 09:58:24
Other Links: branch diff | manifest | tags
Context
2020-07-25
14:17
OFDate: Add a designated initializer check-in: 33a133cda0 user: js tags: tagged-pointers
09:58
OFDate: Prepare for tagged pointers check-in: 95830bf78b user: js tags: tagged-pointers
2020-07-20
22:02
lookup-asm-x86_64-macho.S: Fix missing underscore check-in: 2c435f2422 user: js tags: tagged-pointers
Changes