Differences From Artifact [eb3a920f88]:
- File
src/forwarding/apple-forwarding-arm64.S
— part of check-in
[21244a7e62]
at
2024-02-24 22:30:47
on branch 1.0
— Use `bti c` instead of `bti jc`
The `j` isn't necessary, as tail call eliminations can just use x16/x17,
which allow any type. (user: js, size: 2147) [annotate] [blame] [check-ins using] [more...]
To Artifact [af9214a968]:
- File src/forwarding/apple-forwarding-arm64.S — part of check-in [9aa5bfa889] at 2024-03-02 15:06:24 on branch 1.0 — Fix linker warning on macOS/iOS (user: js, size: 2150) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
23 24 25 26 27 28 29 | .asciz "forwardingTargetForSelector:" .section __DATA, __objc_selrefs, literal_pointers, no_dead_strip sel_forwardingTargetForSelector_: .quad str_forwardingTargetForSelector_ .section __DATA, __objc_imageinfo, regular, no_dead_strip | | | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | .asciz "forwardingTargetForSelector:" .section __DATA, __objc_selrefs, literal_pointers, no_dead_strip sel_forwardingTargetForSelector_: .quad str_forwardingTargetForSelector_ .section __DATA, __objc_imageinfo, regular, no_dead_strip .long 0, 0x40 .section __TEXT, __text, regular, pure_instructions .align 2 _OFForward: _OFForward_stret: #ifdef HAVE_BTI bti c |
︙ | ︙ |