diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-01 21:52:15 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-01 21:52:15 -0500 |
| commit | 1ab2b611cdc3ea443f2a2bf57360c9fff24797a2 (patch) | |
| tree | 91e1c88506fdcc6598aca6dabd2ad4e155e6f854 | |
| parent | ca81eb0ea8f4597156be4cc9ac591bfd76e9bcbb (diff) | |
Expanded documentation for previous commit.
| -rw-r--r-- | bleh_darwin.m | 2 |
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; |
