On Sun, Nov 30, 2014 at 5:43 AM, Nick Wellnhofer <[email protected]> wrote: > On 30/11/2014 06:10, Marvin Humphrey wrote:
> OK, I can push all commits that change charmonizer.main to master anyway. Thanks! On a side note, all this rebasing is generating extra noise on the commits mailing list. I'm going to try using Github more for proposing branches for a while and see how that goes. > What do you have in mind regarding the build process? Based on Makefiles or > a invoking the C compiler directly? I would say invoking the C compiler directly (followed by the archiver). For concurrency, maybe fork(), maybe pthreads. Using Makefiles internally might be more reliable in the short term, but it's a lot of churn to make that happen and I think we would eventually want to move away from that. Marvin Humphrey
