Viewing profile — rjmccall
rjmccall
HN member- Joined
- Mon, Dec 16, 2019, 1:26 AM UTC
- HN karma
- 6
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About rjmccall
No profile information was provided.
Recent public activity
-
comment
Comment #40802388
This is an interesting article, but as a Swift language designer, I'd really appreciate it if people didn't randomly throw out wildly inaccurate information like "Basically everyth…
-
comment
Comment #26118925
Swift frameworks that use ObjC system libraries will still use objc_msgSend.
-
comment
Comment #21817880
> Does iOS currently use different signature sizes? Code and data live in the same address space, and the address-space needs of the system are the main input to the basic signatur…
-
comment
Comment #21800347
Right. Pointer authentication depends on it not being easy to forge a signature given the desired pointer. Given that there's a secret key included in the signature, the requiremen…
-
comment
Comment #21800241
They can be compatible. Memory tagging does use the TBI bits. Pointer authentication uses an arbitrary number of bits, and the kernel configures the width and whether the TBI bits …