The Go runtime schedules user level threads (goroutines) across real threads. This adds an OS plugin to create memory threads for goroutines. It supports the 1.4 and 1.5 go runtime. Differential Revision: http://reviews.llvm.org/D5871 llvm-svn: 247852
3 lines
46 B
CMake
3 lines
46 B
CMake
add_subdirectory(Go)
|
|
add_subdirectory(Python)
|