ObjFW  Check-in [b4039f9a85]

Overview
Comment:Merge support for tagged pointers
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: b4039f9a85f73a5bb03e391cf3689d5b76ccaa760a5171fba628c19c9716ef22
User & Date: js on 2020-09-29 21:36:00
Other Links: manifest | tags
References
2020-09-29
22:04 New ticket [31d1e19cd9] Support for tagged pointer strings. artifact: 67e75f0c3c user: js
Context
2020-09-29
22:21
runtime: Make object_isTaggedPointer() a function check-in: 2fee820b5d user: js tags: trunk
21:36
Merge support for tagged pointers check-in: b4039f9a85 user: js tags: trunk
21:31
runtime: Remove lookup-asm-powerpc-macho.S check-in: 3580326d70 user: js tags: trunk
2020-09-26
19:13
runtime: Document functions for tagged pointers Closed-Leaf check-in: 55001dba24 user: js tags: tagged-pointers
Changes

Modified src/OFDate.h from [de83b21a72] to [c713751502].    [diff]

Modified src/OFDate.m from [34afa10ebd] to [19fead2d5c].    [diff]

Modified src/OFNumber.h from [5740ff4672] to [ff0ae5f35c].    [diff]

Modified src/OFNumber.m from [d23a5a6bf5] to [eeab93bc59].    [diff]

Modified src/OFObject.m from [9fabb2395f] to [73163cea94].    [diff]

Modified src/macros.h from [0f3365fd01] to [76df5e8f5b].    [diff]

Modified src/runtime/Makefile from [b584c25992] to [0941bab434].    [diff]

Modified src/runtime/ObjFWRT.h from [f4b3f5f3f4] to [f60148ac98].    [diff]

Modified src/runtime/amiga-glue.m from [5dde941d59] to [d21e9a60b6].    [diff]

Modified src/runtime/amiga-library.m from [3100a40497] to [8a86d7c3a3].    [diff]

Modified src/runtime/amigaos3.sfd from [c645261c7f] to [5fcef80cc6].    [diff]

Modified src/runtime/class.m from [25a8ac61a2] to [0dc727f4b5].    [diff]

Modified src/runtime/linklib/linklib.m from [141357802d] to [674c07dbdb].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-arm-elf.S from [32240ae7d6] to [fae6543de8].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-arm64-elf.S from [ac72aa9b77] to [a8a0a8247a].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-mips-elf.S from [24b1651a58] to [87115a51c3].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-mips64-n64-elf.S from [93cafb41c5] to [3b31980e08].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-powerpc-elf.S from [5f9a77b0a0] to [6a0efd2f1b].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-sparc-elf.S from [3c80564f3f] to [ee867480c0].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-sparc64-elf.S from [ca8ce4890a] to [b56d827aa1].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-x86-elf.S from [582b619bd5] to [3e4a512a7a].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-x86-win32.S from [44cfb2c923] to [5502257c39].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-x86_64-elf.S from [d030c5228c] to [1f89a766d7].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-x86_64-macho.S from [679535bcad] to [1d842ab593].    [diff]

Modified src/runtime/lookup-asm/lookup-asm-x86_64-win64.S from [47f8ccf7d6] to [fde9955f30].    [diff]

Modified src/runtime/morphos-clib.h from [cfb2b6af7e] to [f477f1a478].    [diff]

Modified src/runtime/morphos.fd from [f7d065769a] to [43f04663ca].    [diff]

Added src/runtime/tagged-pointer.m version [696420866c].

Modified tests/OFNumberTests.m from [ccb8cb8682] to [c5bef94b63].    [diff]

Modified tests/RuntimeTests.m from [1191342e90] to [33b8900615].    [diff]