unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Kenichi Handa <handa@m17n.org>
To: Dan Nicolaescu <dann@ics.uci.edu>
Cc: emacs-unicode@gnu.org, jasonr@gnu.org, emacs-devel@gnu.org,
	monnier@iro.umontreal.ca, miles@gnu.org
Subject: Re: unicode merge failures 2007-10-12
Date: Wed, 17 Oct 2007 10:04:13 +0900	[thread overview]
Message-ID: <E1IhxKX-0003jU-JW@etlken.m17n.org> (raw)
In-Reply-To: <200710122212.l9CMCD3r024677@oogie-boogie.ics.uci.edu> (message from Dan Nicolaescu on Fri, 12 Oct 2007 15:12:13 -0700)

In article <200710122212.l9CMCD3r024677@oogie-boogie.ics.uci.edu>, Dan Nicolaescu <dann@ics.uci.edu> writes:

> "Miles Bader" <miles@gnu.org> writes:
> On 10/13/07, Dan Nicolaescu <dann@ics.uci.edu> wrote:
> >   > > I believe the patch below makes it work (*very* lightly tested).
> >   > > Can people take a look at it and tell me if it makes sense?
> >   >
> >   > Installed,
> >
> > It's not in CVS, did you install it somewhere else?
> 
> It should be now.

> Thanks. 

> Does anyone else see a too big data segment size for the unicode-2
> binary:

> size -f objs-HEAD/src/emacs objs-unicode-2/src/emacs
>    text    data     bss     dec     hex filename
> 1534480 4031660       0 5566140  54eebc objs-HEAD/src/emacs
> 1656770 11663100      0 13319870 cb3ebe objs-unicode-2/src/emacs

> The first one is from CVS HEAD, the second is from unicode-2

> temacs is fine:

> size -f objs-HEAD/src/temacs objs-unicode-2/src/temacs
> text    data     bss     dec     hex filename
> 1534480 1212620  257992 3005092  2ddaa4 objs-HEAD/src/temacs
> 1656770 1209148  261768 3127686  2fb986 objs-unicode-2/src/temacs

> This is on an FC5 machine.

One possibility is that the difference is because of big CJK
charset maps loaded while creating emacs from temacs.  Just
before dumping, loadup.el calls `clear-charset-maps' which
sets internal vectors and char-tables for charsets to nil,
but the following call of `garbage-collect' doesn't return
those free memory.

I'll try to convert all encodings of language/*.el files to
utf-8 so that Emacs doesn't have to load charset maps in
loadup.el.

---
Kenichi Handa
handa@m17n.org

      parent reply	other threads:[~2007-10-17  1:04 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-11 16:13 unicode merge failures 2007-10-12 Miles Bader
2007-10-11 22:35 ` Jason Rumney
2007-10-12  1:04   ` Stefan Monnier
2007-10-12  4:05     ` Stefan Monnier
2007-10-12 17:43       ` Stefan Monnier
2007-10-12 21:30         ` Dan Nicolaescu
2007-10-12 21:51           ` Miles Bader
2007-10-12 22:12             ` Dan Nicolaescu
2007-10-16 23:04               ` James Cloos
2007-10-17  0:04               ` Andreas Schwab
2007-10-17  1:04               ` Kenichi Handa [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1IhxKX-0003jU-JW@etlken.m17n.org \
    --to=handa@m17n.org \
    --cc=dann@ics.uci.edu \
    --cc=emacs-devel@gnu.org \
    --cc=emacs-unicode@gnu.org \
    --cc=jasonr@gnu.org \
    --cc=miles@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).