HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lewurm

no profile record

comments

lewurm
·قبل سنتين·discuss
What is a former q3 champion doing these days? I'm genuinely curious. Since you are on hacker news I assume you do something with software. Any skills that you picked up back then that are useful today?
lewurm
·قبل سنتين·discuss
Firmware is using cache as RAM (e.g. https://www.coreboot.org/images/6/6c/LBCar.pdf) to do early init, like DRAM training. I guess later things in the boot chain rely on DRAM being set up probably though.
lewurm
·قبل سنتين·discuss
> I actually think I'm going to rush out and buy a Windows ARM computer right now.

If you have an Apple Silicon machine you can run a Windows Insider build via UTM in a VM.
lewurm
·قبل سنتين·discuss
Probably a OpenJDK Zero VM build. That's a configuration without JIT or template interpreter, but a "plain" C++ switch dispatch interpreter that requires no runtime code generation.
lewurm
·قبل سنتين·discuss
Sure, but neither javac (the Java to bytecode compiler) or HotSpot are doing that. The former tries to preserve as much as possible, and for the latter interprocedure analysis is too costly at run-time.
lewurm
·قبل 3 سنوات·discuss
Mac Mini running Asahi Linux might be an option
lewurm
·قبل 4 سنوات·discuss
Thanks for the context!

What's the difference between the stage2 and stage3 binary? Does stage1 produce different binaries for the same input compared to stage2/stage3?