all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: emacs-devel@gnu.org
Cc: Juanma Barranquero <lekktu@gmail.com>,
	Fabrice Popineau <fabrice.popineau@gmail.com>
Subject: mmap(2)-like allocation of buffer text on MS-Windows
Date: Tue, 27 May 2014 20:48:14 +0300	[thread overview]
Message-ID: <83k397i04h.fsf@gnu.org> (raw)

Starting with trunk revision 117168, the MS-Windows build uses mmap(2)
emulation code, written by Fabrice Popineau, for allocating buffer
text.  This allows to stop using gmalloc.c and ralloc.c on this
platform, and thus get rid of the nasty problems with buffer text
relocation when large chunks of memory are allocated.  (There are
still a few other platforms that use ralloc.c, though.)

As a nice side-effect (due to changes in how dumped Lisp data is now
recorded on MS-Windows), the produced binary can now be stripped, so
that "make install-strip" should work.

I'd like to take this opportunity to thank Fabrice for his efforts,
and his endurance and perseverance during the long time this project
required.  Special thanks to Juanma for helping test the first
versions of the code.

Enjoy.



             reply	other threads:[~2014-05-27 17:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-27 17:48 Eli Zaretskii [this message]
2014-05-27 19:09 ` mmap(2)-like allocation of buffer text on MS-Windows Fabrice Popineau
2014-05-27 19:51 ` Stefan Monnier
2014-05-27 21:02   ` Paul Eggert
2014-05-28  2:45     ` Eli Zaretskii
2014-05-28  3:39       ` Paul Eggert
2014-05-28 14:14         ` Eli Zaretskii
2014-05-28 17:41           ` Stefan Monnier
2014-05-28 17:51             ` Eli Zaretskii

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

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

  git send-email \
    --in-reply-to=83k397i04h.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=fabrice.popineau@gmail.com \
    --cc=lekktu@gmail.com \
    /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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.