HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lewurm

no profile record

comments

lewurm
·2 tahun yang lalu·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
·2 tahun yang lalu·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
·2 tahun yang lalu·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
·2 tahun yang lalu·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
·2 tahun yang lalu·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 tahun yang lalu·discuss
Mac Mini running Asahi Linux might be an option
lewurm
·4 tahun yang lalu·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?