Expanded documentation for previous commit.

This commit is contained in:
Pietro Gagliardi 2014-03-01 21:52:15 -05:00
parent ca81eb0ea8
commit 1ab2b611cd
1 changed files with 1 additions and 1 deletions

View File

@ -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;