Displaying 1 result from an estimated 1 matches for "cb04fb21".
2009 Jan 04
3
[LLVMdev] Avoiding jump (branch) instructions in a LLVM JavaScript backend
Hello llvm-dev,
I've been hacking on a JavaScript backend to LLVM, starting with the
CBackend as base.
Sadly, JavaScript does not support a "goto" style of jump instruction,
making it "tricky" to code generate a jump instruction.
What might you recommend for avoiding jump instructions? Is there a
transformation for something like this or any other ideas? The only