Live data from Hacker News

Viewing profile — jsnnsjxj

jsnnsjxj

HN member
Joined
Thu, Aug 15, 2024, 6:18 PM UTC
HN karma
3
Public activity
4 items

About jsnnsjxj

No profile information was provided.

Recent public activity

  1. comment
    Comment #41259079

    Building a debugger and profiler is quite an advanced task compared to building an assembler though ^^ Also much of that work is heavily dependent on the used operating system. Nev…

  2. comment
    Comment #41259059

    This has nothing to do with the post?

  3. comment
    Comment #41259044

    I mean, we _are_ talking about a book which invites you to build your own toy C compiler ^^ Nevertheless, OCaml is very strong in compiler design. For example Rust and Hack were wr…

  4. comment
    Comment #41258913

    I do not agree in the general case. There are very useful DSL compilers which do not consider performance at all, but just compile to a target which does the optimization for them …