Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
thegreatbeanz
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
thegreatbeanz
2y ago
Disclosure: In October 2021 after 10 years working at Apple I left to join Microsoft, so I’m not totally unbiased. I love the sentiment this article is expressing, and anecdotally the thesis holds in my experience: senior engineers have lot
2.
▲
by
thegreatbeanz
3y ago
Interesting that the two highest functions in that trace relate to Bitcode serialization and GlobalISel. Why is Swift serializing Bitcode if it is also running ISEL in the same compile?
3.
▲
by
thegreatbeanz
5y ago
The bitcode used for watchOS is not stable. There’s a special ABI for watchOS that uses 32-bit pointers on 64-bit hardware to make the IR representation stable, but the bitcode itself is still version locked to the compiler. Apple’s bitcode