[Gllug] Issues with Hotplug && Auto-mounting
Stig Brautaset
stig at brautaset.org
Wed Nov 30 10:19:33 UTC 2005
On 30 Nov 2005, at 08:42, Peter Childs wrote:
> Silly point and I might be getting this completely wrong but most of
> firefox is written in a mixture of Javascript, XML, very little in
> files that actually need compiling. Basically the compiled bits are a
> collection of libraries, oh and a boot strap.
The firefox1.0.7 source tarball is ~30MB in compressed form. It
contains 5783 C and C++ files, containing 2972784 lines of code[0].
I'm only guessing here, of course, but I'd say that will take some
time to compile. It is possible, of course, that so much javascript
and XML is part of this that the numbers I have quoted amounts to
very little in comparison, but I'd be surprised.
> Of course I might be completely wrong.
Yes, I think you are.
[0] - found like this:
(find -type f -name '*.c' ; find -type f -name '*.cpp') | xargs
wc -l | awk '/total/ { sum += $1 } END { print sum }'
Stig
--
Gllug mailing list - Gllug at gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug
More information about the GLLUG
mailing list