[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] Some patches
From: |
Ag, D.E Chatzimanikas |
Subject: |
Re: [Tinycc-devel] Some patches |
Date: |
Tue, 3 Apr 2018 10:59:30 +0300 |
User-agent: |
Mutt/1.9.0 (2017-09-02) |
On Sun, Apr 01, at 12:57 Michael Matz wrote:
> Hi,
>
> On Sat, 31 Mar 2018, Petr Skocik wrote:
>
> > The first takes symlinks into account with header file caching (I need
> > it with my build setup which uses a symlink in a weird way -- gcc and
> > clang don't have problems with it but tcc did).
>
> Can you clarify what the problem is exactly? Thing is: realpath isn't
> available on WIN32, and using it causes many additional syscalls (per
> directory component for each tried include path).
Hi guys,
I think there is a solution, and i wonder why nobody ever thought about
this before (but anyway),
so, how about to make a wrapper function (let me see: oh yes, i've found
it, over their GetFullPathName()), and send it over to microsoft guys to
patch their API?
It's a win win situation here. They will get a patch for free (free as beer),
and the poor developers will stop to cannibalize their code with those horrible
ifdef's.
So please, tell me that is a good idea, or what i'm missing here!.
> Ciao,
> Michael.
Bye,
Αγαθοκλής
_______________________________________________
> Tinycc-devel mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/tinycc-devel
- Re: [Tinycc-devel] Some patches,
Ag, D.E Chatzimanikas <=