Live data from Hacker News

Viewing profile — drmortalwombat

drmortalwombat

HN member
Joined
Mon, Jan 08, 2024, 3:19 PM UTC
HN karma
11
Public activity
2 items

About drmortalwombat

No profile information was provided.

Recent public activity

  1. comment
    Comment #38913568

    This was my assumption as well, when I started this compiler. It just did not play out this way with most code that I have written for it. The native code optimizer is able to redu…

  2. comment
    Comment #38913187

    It turned out that for most cases, there is no gain by using an interpreter. Most code that does make any sense on a C64/6502 is compiled into a smaller and faster native version. …