Mail Archives: djgpp-workers/2013/03/21/13:16:48
> Date: Thu, 21 Mar 2013 08:28:10 +0200
> From: Ozkan Sezer <sezeroz AT gmail DOT com>
>
> libc is getting larger? Yes. The problem is we are statically linking
> to it and the final programs are larger.
Do you have any numbers? It would be good to know how large is
"larger" for some real-life program.
> Besides, you know that you are not working with symlinks
How do you know that? If you use Bash, or some other program built
with 2.04, they might create symlinks, and then you do have them.
And even if you don't have even a single symlink, how much overhead do
you get due to low-level functions probing for them? Again, some
performance numbers would be good. E.g., how much longer does it take
'find' to traverse a given tree, when compiled with 2.04 vs 2.03?
> and you don't need directory emulation,
What's that?
> and so forth, and adding in utterly unneeded overhead makes one (at
> least me) feel embarrassed somehow.
There's nothing to be embarrassed. DJGPP is a Posix-compatible
environment, so having Posix features is natural.
- Raw text -