summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-01 21:52:15 -0500
committerPietro Gagliardi <[email protected]>2014-03-01 21:52:15 -0500
commit1ab2b611cdc3ea443f2a2bf57360c9fff24797a2 (patch)
tree91e1c88506fdcc6598aca6dabd2ad4e155e6f854
parentca81eb0ea8f4597156be4cc9ac591bfd76e9bcbb (diff)
Expanded documentation for previous commit.
-rw-r--r--bleh_darwin.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/bleh_darwin.m b/bleh_darwin.m
index bfd685f..80896ef 100644
--- a/bleh_darwin.m
+++ b/bleh_darwin.m
@@ -83,7 +83,7 @@ Same as NSRect above, but for NSSize now.
*/
/*
-...like this one. (Note which function is being cast below.)
+...like this one. (Note which function is being cast below.) This is an Intel-specific optimization; though this code won't run on PowerPC Macs (Go, and thus package ui, requires 10.6), if desktop ARM becomes a thing all bets are off. (tl;dr TODO)
*/
static NSSize (*objc_msgSend_stret_size)(id, SEL, ...) =
(NSSize (*)(id, SEL, ...)) objc_msgSend;