If the same code in V8 is causing a pause to deal with GC, then the LLVM compiled code must be doing something different to handle the memory. Is it using a different GC? Is it running on a different thread? Is it just sucking up memory without freeing it?
These are all things that need to be known before getting too excited about the speed of LLVM compiled Javascript.