Live data from Hacker News

Viewing profile — sherbert-santa

sherbert-santa

HN member
Joined
Tue, Feb 16, 2021, 5:43 PM UTC
HN karma
5
Public activity
3 items

About sherbert-santa

No profile information was provided.

Recent public activity

  1. comment
    Comment #26172411

    How exactly would you modify branch predictor state without self modifying code? I am very interested in this. Another major question: a lot of x86 ops for manipulating things you …

  2. comment
    Comment #26162227

    Self modifying *code

  3. comment
    Comment #26156581

    No. You cannot infer the layout of the cache based on size alone. You don’t know how many ways there are, how many sets their are etc. you don’t even know their LRU scheme. For mut…