Live data from Hacker News

Viewing profile — seedragons

seedragons

HN member
Joined
Wed, Aug 23, 2017, 4:56 PM UTC
HN karma
1
Public activity
3 items

About seedragons

No profile information was provided.

Recent public activity

  1. comment
    Comment #29910695

    Not a single "hot air" joke? Not sure to be impressed everyone's more mature than me or disappointed.

  2. comment
    Comment #15084802

    Ah I see, I assumed it was a penalty for only mis-guessed, not the number of cycles required to evaluate the statement. Thanks!

  3. comment
    Comment #15083486

    Is this correct? "Without branch prediction, we then expect the “average” instruction to take branch_pct * 1 + non_branch_pct * 20 = 0.8 * 1 + 0.2 * 20 = 0.8 + 4 = 4.8 cycles" othe…