all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* mmap(2)-like allocation of buffer text on MS-Windows
@ 2014-05-27 17:48 Eli Zaretskii
  2014-05-27 19:09 ` Fabrice Popineau
  2014-05-27 19:51 ` Stefan Monnier
  0 siblings, 2 replies; 9+ messages in thread
From: Eli Zaretskii @ 2014-05-27 17:48 UTC (permalink / raw)
  To: emacs-devel; +Cc: Juanma Barranquero, Fabrice Popineau

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.



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-05-28 17:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-27 17:48 mmap(2)-like allocation of buffer text on MS-Windows Eli Zaretskii
2014-05-27 19:09 ` 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

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.