warp, Facebook's new C/C++ preprocessor

2014-03-28 Thread Chris Peterson
warp is Facebook's new C/C++ preprocessor, written by Walter Bright (in D, of course). They claim build time (not just preprocessing time) of 10% to 40%. https://code.facebook.com/posts/476987592402291/under-the-hood-warp-a-fast-c-and-c-preprocessor chris

Re: warp, Facebook's new C/C++ preprocessor

2014-03-28 Thread Gregory Szorc
On 3/28/14, 2:16 PM, Chris Peterson wrote: warp is Facebook's new C/C++ preprocessor, written by Walter Bright (in D, of course). They claim build time (not just preprocessing time) of 10% to 40%. https://code.facebook.com/posts/476987592402291/under-the-hood-warp-a-fast-c-and-c-preprocessor

Re: warp, Facebook's new C/C++ preprocessor

2014-03-28 Thread Andrew McCreight
So how long until we set up opt-in build time telemetry? ;) Andrew - Original Message - On 3/28/14, 2:16 PM, Chris Peterson wrote: warp is Facebook's new C/C++ preprocessor, written by Walter Bright (in D, of course). They claim build time (not just preprocessing time) of 10% to

Re: warp, Facebook's new C/C++ preprocessor

2014-03-28 Thread Neil
Gregory Szorc wrote: I have a patch at https://hg.stage.mozaws.net/gecko-collab/rev/d6ea4c36aa65 that will change the build system to measure different phases of compiler execution. For each compile command, it essentially runs -E + -fsyntax-only + -c as separate commands and measures the