From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: jca@wxcvbn.org (=?utf-8?Q?J=C3=A9r=C3=A9mie_Courr=C3=A8ges-Anglas?=) Newsgroups: gmane.emacs.devel Subject: Re: When should ralloc.c be used? Date: Fri, 28 Oct 2016 08:03:03 +0200 Message-ID: <878tt9ggdk.fsf@ritchie.wxcvbn.org> References: <838ttfnmev.fsf@gnu.org> <837f8znk8f.fsf@gnu.org> <83zilvm2ud.fsf@gnu.org> <83r377m0i8.fsf@gnu.org> <83eg36n6v5.fsf@gnu.org> <83shrl523p.fsf@gnu.org> <83eg354ux3.fsf@gnu.org> <4f0c2868-d408-a5c4-d5a8-90dae750eb33@dancol.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1477634838 22403 195.159.176.226 (28 Oct 2016 06:07:18 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 28 Oct 2016 06:07:18 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (berkeley-unix) Cc: Eli Zaretskii , eggert@cs.ucla.edu, Stefan Monnier , emacs-devel@gnu.org To: Daniel Colascione Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 28 08:07:13 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c00Jm-0004AX-E4 for ged-emacs-devel@m.gmane.org; Fri, 28 Oct 2016 08:07:06 +0200 Original-Received: from localhost ([::1]:46880 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c00Jo-0006gi-QF for ged-emacs-devel@m.gmane.org; Fri, 28 Oct 2016 02:07:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55593) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c00I0-0005xr-Pc for emacs-devel@gnu.org; Fri, 28 Oct 2016 02:05:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c00I0-0007eB-2k for emacs-devel@gnu.org; Fri, 28 Oct 2016 02:05:16 -0400 Original-Received: from chomsky.autogeree.net ([91.216.110.36]:59624) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c00Hw-0007c0-8g; Fri, 28 Oct 2016 02:05:12 -0400 Original-Received: from ritchie.wxcvbn.org (localhost [127.0.0.1]) by wxcvbn.org (8.15.2/8.15.2) with ESMTP id u9S635s8011174; Fri, 28 Oct 2016 08:03:05 +0200 (CEST) Original-Received: (from jca@localhost) by ritchie.wxcvbn.org (8.15.2/8.15.2/Submit) id u9S633Zo087274; Fri, 28 Oct 2016 08:03:03 +0200 (CEST) Mail-Followup-To: Daniel Colascione , Eli Zaretskii , Stefan Monnier , eggert@cs.ucla.edu, emacs-devel@gnu.org In-Reply-To: <4f0c2868-d408-a5c4-d5a8-90dae750eb33@dancol.org> (Daniel Colascione's message of "Mon, 24 Oct 2016 09:27:43 -0700") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 91.216.110.36 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:208911 Archived-At: Daniel Colascione writes: > On 10/24/2016 08:40 AM, Eli Zaretskii wrote: >>> From: Stefan Monnier >>> Cc: eggert@cs.ucla.edu, emacs-devel@gnu.org >>> Date: Mon, 24 Oct 2016 10:37:19 -0400 >>> >>>> Using mmap has disadvantages: when you need to enlarge buffer text, >>>> and that fails (because there are no more free pages/addresses after >>>> the already allocated region), we need to copy buffer text to the new >>>> allocation. > > 64-bit address spaces are *huge*. What about just making every buffer > allocation 2GB long or so, marked PROT_NONE? You don't actually have to > commit all that memory --- all you've done is set aside that address > space. IIUC you suggest relying on memory overcommit. That doesn't sound portable at all. Not all OSes do overcommit and the ones who do generally provide a way to disable it. -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE