Live data from Hacker News

Viewing profile — tigrou

tigrou

HN member
Joined
Wed, Jul 31, 2024, 11:02 AM UTC
HN karma
1
Public activity
3 items

About tigrou

No profile information was provided.

Recent public activity

  1. comment
    Comment #41173529

    Thanks for your reply. I learned a lot. For people wondering why you need a lot of decoders with x86, this answer explain it well (see "Decode problem" part) : https://qr.ae/p2IEt9…

  2. comment
    Comment #41119618

    A regular branch predictor try to guess which way a branch (eg: if-else) will go before it's executed. That way, CPU can fetch and decode instructions in advance. Each side of the …

  3. comment
    Comment #41118089

    Are you saying that branches can be used as a way of dividing code into several parts, so that several instruction decoders can be fed at the same time? Is it because the instructi…