Peering through the peephole: build a peephole optimiser using the new Java Class-File API #java #java24 #jvm #bytecode #optimisation
jameshamilton.eu/programming/...
1 year ago
3
1
0
0
Peering through the peephole: build a peephole optimiser using the new Java Class-File API #java #java24 #jvm #bytecode #optimisation
jameshamilton.eu/programming/...
The new Java Class-File API makes it easy to create and transform Java bytecode using just the standard library. Here's how you can build a compiler for a simple language jameshamilton.eu/programming/... #java #jvm #compiler
Get started with LLVM by writing a "Hello World" program using LLVM IR jameshamilton.eu/programming/... #programming #llvm #compilers