79655526

Date: 2025-06-06 07:25:10
Score: 1
Natty:
Report link

If the compiler was written in Java, then you execute it the same way you execute any Java program. Compile it with bin/javac from .java to .class Then you execute that .class with bin/java. Your program then produces the llvm-ir code, which you then can use to build a binary or execute it directly with LLVMs program lli.

I don't see what you would need GraalVM for. Also I don't see why this question is tagged with "compiler construction", because nothing in it is specific to compiler construction.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Viktor Engelmann