* Byte-compiling ucs-normalize.el takes a long time
@ 2009-08-14 9:59 Eli Zaretskii
2009-08-14 11:10 ` Kenichi Handa
0 siblings, 1 reply; 2+ messages in thread
From: Eli Zaretskii @ 2009-08-14 9:59 UTC (permalink / raw)
To: emacs-devel
I tried on 2 different and fairly modern machines: a single-CPU
hyper-threaded 3GHz Windows XP box, and a GNU/Linux machine with 4
dual-core 2.2GHz CPUs. The Windows box was otherwise idle, the
GNU/Linux machine had a load average of 1.2. The times are:
Windows:
real 00h00m13.750s
user 00h00m12.562s
sys 00h00m00.609s
GNU/Linux:
real 0m19.975s
user 0m19.740s
sys 0m0.150s
Why does it take so long to byte-compile this file?
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Byte-compiling ucs-normalize.el takes a long time
2009-08-14 9:59 Byte-compiling ucs-normalize.el takes a long time Eli Zaretskii
@ 2009-08-14 11:10 ` Kenichi Handa
0 siblings, 0 replies; 2+ messages in thread
From: Kenichi Handa @ 2009-08-14 11:10 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: kawabata.taichi, emacs-devel
In article <83ab22k96r.fsf@gnu.org>, Eli Zaretskii <eliz@gnu.org> writes:
> I tried on 2 different and fairly modern machines: a single-CPU
> hyper-threaded 3GHz Windows XP box, and a GNU/Linux machine with 4
> dual-core 2.2GHz CPUs. The Windows box was otherwise idle, the
> GNU/Linux machine had a load average of 1.2. The times are:
> Windows:
> real 00h00m13.750s
> user 00h00m12.562s
> sys 00h00m00.609s
> GNU/Linux:
> real 0m19.975s
> user 0m19.740s
> sys 0m0.150s
> Why does it take so long to byte-compile this file?
It seems that it generates a complicated (and/or big) table
while compiling to avoid a slowness of loading.
---
Kenichi Handa
handa@m17n.org
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-08-14 11:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-14 9:59 Byte-compiling ucs-normalize.el takes a long time Eli Zaretskii
2009-08-14 11:10 ` Kenichi Handa
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).