roxma / ncm-clang

DEPRECATED use https://github.com/ncm2/ncm2-pyclang instead
29 stars 4 forks source link

Spawn a pool of clang process for performance? #10

Closed roxma closed 6 years ago

roxma commented 6 years ago

After buffer enter. spawn a clang process. feed until the last include statement to clang stdin. wait until cm_refresh. then feed the rest of the buffer. I’m not sure this is going to work. Let keep this issue until I have time to work on it.