Xojo performance compared with vb6

Hello coming from vb6. I would like to get some feedback on how you think performance differs from vb6. My app controls hardware through a usb interdace and needs constant updating along with a very complex gui modifying 1000s of traits a second. Anyone here have a similar situation, how would you compare performance if a xojo compiled app. Also anyone know what us under the hood of xojo, does it convert to c or c++ then to machine code lije vb6? , thanks in advance.

Compiles to an intermediate form suitable for any platform then to machine code depending on what platform you’ve targeted.

Winston, you don’t need to post your topics twice.

It was not intentional, I posted only once and my web browser crashed… sorry was not my fault. I will delete both

Are we on LLVM for the compiled applications yet?

Not yet.

Only XojoScript currently uses LLVM as its compiler