Andre Poenitz wrote:
On Thu, Aug 30, 2007 at 06:50:25PM +0200, Abdelrazak Younes wrote:
Andre Poenitz wrote:
On Thu, Aug 30, 2007 at 08:59:19AM +0200, Abdelrazak Younes wrote:
Andre Poenitz wrote:
I am tempted to commit the attached patch. Shaves ~22s off a release
build, i.e. roughly 1.2% of
On Thu, Aug 30, 2007 at 06:50:25PM +0200, Abdelrazak Younes wrote:
> Andre Poenitz wrote:
> >On Thu, Aug 30, 2007 at 08:59:19AM +0200, Abdelrazak Younes wrote:
> >>Andre Poenitz wrote:
> >>>I am tempted to commit the attached patch. Shaves ~22s off a release
> >>>build, i.e. roughly 1.2% of total t
Andre Poenitz wrote:
On Thu, Aug 30, 2007 at 08:59:19AM +0200, Abdelrazak Younes wrote:
Andre Poenitz wrote:
I am tempted to commit the attached patch. Shaves ~22s off a release
build, i.e. roughly 1.2% of total time. Not exactly much, but a dozen of
such trivial changes will show...
Couldn't
On Thu, Aug 30, 2007 at 08:59:19AM +0200, Abdelrazak Younes wrote:
> Andre Poenitz wrote:
> >I am tempted to commit the attached patch. Shaves ~22s off a release
> >build, i.e. roughly 1.2% of total time. Not exactly much, but a dozen of
> >such trivial changes will show...
>
> Couldn't we just re
Andre Poenitz wrote:
I am tempted to commit the attached patch. Shaves ~22s off a release
build, i.e. roughly 1.2% of total time. Not exactly much, but a dozen of
such trivial changes will show...
Couldn't we just remove clone() and implement a copy operator instead?
The instantiation will happ
On Wed, Aug 29, 2007 at 08:25:15PM -0400, Richard Heck wrote:
> Andre Poenitz wrote:
> >On Wed, Aug 29, 2007 at 06:57:47PM -0400, Richard Heck wrote:
> >
> >>Andre Poenitz wrote:
> >>
> >>>I am tempted to commit the attached patch. Shaves ~22s off a release
> >>>build, i.e. roughly 1.2% of to
Andre Poenitz wrote:
On Wed, Aug 29, 2007 at 06:57:47PM -0400, Richard Heck wrote:
Andre Poenitz wrote:
I am tempted to commit the attached patch. Shaves ~22s off a release
build, i.e. roughly 1.2% of total time. Not exactly much, but a dozen of
such trivial changes will show...
On Thu, Aug 30, 2007 at 12:51:29AM +0200, Andre Poenitz wrote:
> I am tempted to commit the attached patch. Shaves ~22s off a release
> build, i.e. roughly 1.2% of total time. Not exactly much, but a dozen of
> such trivial changes will show...
Your rationale is pretty compelling but this should
On Wed, Aug 29, 2007 at 06:57:47PM -0400, Richard Heck wrote:
> Andre Poenitz wrote:
> >I am tempted to commit the attached patch. Shaves ~22s off a release
> >build, i.e. roughly 1.2% of total time. Not exactly much, but a dozen of
> >such trivial changes will show...
>
> Do we know why auto_pt
Bad news from the Ivory Tower, part III.
--- snip ---
#!/bin/bash
n=100 # number of classes
m=1000 # number of cycles
cc=/usr/bin/g++
function useit() {
time for i in $s ; do $cc -c $i.cpp ; done
echo ".cpp: `cat
10 matches
Mail list logo