Viewing profile — shuklaayush
shuklaayush
HN member- Joined
- Wed, Aug 26, 2020, 5:28 PM UTC
- HN karma
- 26
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About shuklaayush
No profile information was provided.
Recent public activity
-
comment
Comment #49194429
Author here, thanks for all the comments, didn't expect this to get picked up. I've been working on speeding up RISC-V emulation for work and wrote this up as I went. Still learnin…
-
comment
Comment #49194397
Neat, I guess this gets you the same output as a per-instruction translator without having to run an assembler and linker over the whole program. I should try this and add it to th…
-
comment
Comment #49194296
Yeah, I went back and forth on the title. It's definitely not an interpreter. I still think of emulation as the umbrella term though, running code for one architecture on another, …
-
comment
Comment #49194272
Hey, author here. That's fair, I didn't have the background. I knew interpreters would be slow, I just didn't expect it to still be ~10x after all the optimizations. After reading …
-
comment
Comment #49109558
I’ve been working on speeding up RISC-V emulation for my work, and I wrote a detailed blog about my learning. For some benchmarks, it now reaches roughly 85% of equivalent native t…
- story
- story