JakeWharton/cite

Generated code implementation detail testing

JakeWharton opened this issue · 3 comments

Need to validate output for Java bytecode, JS, WASM, and LLVM IR. Also that the resulting string is a const (likely through the use of concatenation and validating that compile-time folding occurred).

I'm simply curious.
Are any tests going to be done with GraalVM for this lib?
Or that's just under LLVM category?

The input to GraalVM is still Java bytecode, so as long as we emit string constants at that stage there's nothing additional needed for its support.