Live data from Hacker News

Viewing profile — thegreatbeanz

thegreatbeanz

HN member
Joined
Sun, Mar 13, 2022, 11:49 PM UTC
HN karma
1
Public activity
3 items

About thegreatbeanz

No profile information was provided.

Recent public activity

  1. comment
    Comment #40342943

    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 …

  2. comment
    Comment #36124973

    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 com…

  3. comment
    Comment #30666996

    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 its…