Re: [ccache] Questions about two hot functions in ccache

2010-10-19 Thread Ramiro Polla
Hi, On Tue, Oct 19, 2010 at 7:15 PM, Joel Rosdahl wrote: > On 2010-10-18 03:44, Justin Lebar wrote: >> So it appears that 13% of my CPU time is spent computing md4 hashes, >> while another 25% is spent in hash_source_code_string but outside the >> MD4 code. >> >> To someone new to the code like m

Re: [ccache] More win32 patches

2010-09-26 Thread Ramiro Polla
Hi, On Sun, Sep 26, 2010 at 5:42 PM, Joel Rosdahl wrote: > On 2010-09-22 05:17, Ramiro Polla wrote: >> - There is no strtok_r() on Windows, I've implemented an ugly >> replacement using strtok(). > > I switched to use strtok_r because I needed nested parsing somewhe

[ccache] More win32 patches

2010-09-21 Thread Ramiro Polla
e first port I've made (either that or FFmpeg has grown a lot too). Ramiro Polla ___ ccache mailing list ccache@lists.samba.org https://lists.samba.org/mailman/listinfo/ccache

[ccache] Fwd: Win32 support.

2010-07-20 Thread Ramiro Polla
As usual I clicked reply instead of reply-to-all. Forwarding it to the list now. -- Forwarded message -- From: Ramiro Polla Date: Mon, Jul 19, 2010 at 7:19 PM Subject: Re: [ccache] Win32 support. To: Joel Rosdahl On Fri, Jul 16, 2010 at 5:54 PM, Joel Rosdahl wrote: > On 2

Re: [ccache] Win32 support.

2010-07-16 Thread Ramiro Polla
p;tmp, "%s.exe", s2) instead. Otherwise, looks good to me. Updated. Also fixed a couple of issues related to 64-bit Windows pointed out by the KDE devs. By the way there's still a failure with out-of-tree builds for the testsuite, but I've just worked around it and haven'

Re: [ccache] Win32 support.

2010-07-15 Thread Ramiro Polla
jects so they are aware that work is being done upstream. On Tue, Jul 13, 2010 at 1:36 PM, Joel Rosdahl wrote: > On 2010-07-12 23:05, Ramiro Polla wrote: >>> Why is the special handling of shell scripts needed? >> >> It had something to do with the regression tests. When the

Re: [ccache] Win32 support.

2010-07-12 Thread Ramiro Polla
Process fails. [...] Do you think you could update the list configuration so that Reply-To points to the list instead of the sender? Thanks, Ramiro Polla ___ ccache mailing list ccache@lists.samba.org https://lists.samba.org/mailman/listinfo/ccache

[ccache] Incorrect dependency file with intel compilers.

2010-07-09 Thread Ramiro Polla
it not possible to keep that dependency file instead, and possibly also remove the -MMD & co arguments from "Running real compiler"? Ramiro Polla [1] http://software.intel.com/en-us/articles/non-commercial-software-download/ ___ ccache mai

Re: [ccache] ccache on windows

2010-06-23 Thread Ramiro Polla
Hi, On Tue, Jun 22, 2010 at 9:15 PM, Patrick Spendrin wrote: > I am interested in getting ccache patches for windows upstreams, so I > started a repository, took the patches that Ramiro Polla provided some > weeks ago, and rebased them; they can be found, including my fixes

Re: [ccache] Win32 support.

2010-06-20 Thread Ramiro Polla
Darn, reply-to isn't set to the list... Re-sending my reply to the list. On Sun, Jun 20, 2010 at 7:07 PM, Ramiro Polla wrote: > Hi, > > On Tue, May 11, 2010 at 3:18 AM, Joel Rosdahl wrote: >> On 2010-05-10 23:05, Ramiro Polla wrote: >>> Bad timing, I know, since 3.

Re: [ccache] About Win32 binary

2010-05-11 Thread Ramiro Polla
not cmd.exe). Ramiro Polla ___ ccache mailing list ccache@lists.samba.org https://lists.samba.org/mailman/listinfo/ccache

Re: [ccache] About Win32 binary

2010-05-10 Thread Ramiro Polla
On Mon, May 10, 2010 at 9:08 PM, Ramiro Polla wrote: >> Is it possible to supply some Win32 binary files, so that a normal >> user can use it directly (not build it himself) > > Here it is: > http://ramiro.arrozcru.org/ccache-win32-1.exe By the way the file should be r

Re: [ccache] About Win32 binary

2010-05-10 Thread Ramiro Polla
y moment though (sorry to whoever gets here from some search engine and gets frustrated because the link 404s). Ramiro Polla ___ ccache mailing list ccache@lists.samba.org https://lists.samba.org/mailman/listinfo/ccache

[ccache] Win32 support.

2010-05-10 Thread Ramiro Polla
file names from msys to win32 by turning them into absolute paths. It might be a better idea to create a branch for win32 for now so as to not interfere with 3.0. Ramiro Polla 0001-Introduce-and-use-x_fmmap.patch Description: Binary data 0002-Don-t-dup-fd-for-zlib-and-gzclose-gzdopen-d-file.pa

Re: [ccache] ccache 3.0pre1 has been released

2010-05-10 Thread Ramiro Polla
On Mon, May 10, 2010 at 5:46 PM, Joel Rosdahl wrote: >  - Code that uses (or rather: potentially uses) __{DATE,FILE,TIME}__ >    macros is handled correctly in direct mode. What about __LINE__? Won't that also affect the output? (for example if there was an extra empty line) _

[ccache] [PATCH] Move mkstemp() replacement to before its use.

2010-05-09 Thread Ramiro Polla
$subj 0001-Move-mkstemp-replacement-to-before-its-use.patch Description: Binary data ___ ccache mailing list ccache@lists.samba.org https://lists.samba.org/mailman/listinfo/ccache

Re: [ccache] Release plan

2010-02-28 Thread Ramiro Polla
0 so it can receive more testing. Ramiro Polla ___ ccache mailing list ccache@lists.samba.org https://lists.samba.org/mailman/listinfo/ccache

[ccache] [PATCH] Always close(fd) as soon as file is mmap()'d.

2010-02-27 Thread Ramiro Polla
Hi, On remember_include_file(), close() wasn't even being called. On unify_hash() and process_preprocessed_file(), it might not be closed if mmap fails. Ramiro Polla ___ ccache mailing list ccache@lists.samba.org https://lists.samba.org/ma