Overview
| Comment: | lookup-asm-arm64-elf.S: Support tagged pointers |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | tagged-pointers |
| Files: | files | file ages | folders |
| SHA3-256: |
c31d10979de7e31646f9cc259546ba49 |
| User & Date: | js on 2020-07-05 12:30:40 |
| Other Links: | branch diff | manifest | tags |
Context
|
2020-07-05
| ||
| 14:06 | lookup-asm-x86(_64)-*.S: Shave off one instruction (check-in: 0579faebb2 user: js tags: tagged-pointers) | |
| 12:30 | lookup-asm-arm64-elf.S: Support tagged pointers (check-in: c31d10979d user: js tags: tagged-pointers) | |
| 11:11 | Merge trunk into branch "tagged-pointers" (check-in: 6fb1661b64 user: js tags: tagged-pointers) | |
Changes
Modified src/runtime/lookup-asm/lookup-asm-arm64-elf.S from [ac72aa9b77] to [577d4b7ca0].
| ︙ | |||
23 24 25 26 27 28 29 | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 | - - + + + + - + - + - - + + + + + + + + + + + + - + - - + | .globl objc_msg_lookup_stret .globl objc_msg_lookup_super .globl objc_msg_lookup_super_stret .section .text .macro generate_lookup name not_found \name: |
| ︙ |