stedolan / llvm

Context switching for LLVM
Other
15 stars 5 forks source link

Multi threaded LLVM ? #1

Closed singam-sanjay closed 7 years ago

singam-sanjay commented 7 years ago

Hello stedolan,

Does this repo implement a multi threaded version of LLVM ?

stedolan commented 7 years ago

No, it doesn't.

This repo contains a version of LLVM that can compile programs that use user-space context-switching. It doesn't do anything for compilation itself.