You can load LLVM Bitcode formated program and execute multi-thread programe.

Sep 9, 2015

I updated PROCESS WARP.

You can load LLVM Bitcode formated prograem.

You can compile C program by the following way with clang 3.3.

$ C_INCLUDE_PATH=<PROCESS WARP install path>/include/libc clang -arch x86_64 -O2 -emit-llvm -c -fno-vectorize <path to source code>

And it can load and execute by web-base frontend.

You can execute multi-thread programe.

New supported apis are as follows.

  • pthread_create (attr is ignored)
  • pthread_join