[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: When should ralloc.c be used? (WAS: bug#24358)
From: |
Richard Stallman |
Subject: |
Re: When should ralloc.c be used? (WAS: bug#24358) |
Date: |
Thu, 27 Oct 2016 22:40:01 -0400 |
[[[ To any NSA and FBI agents reading my email: please consider ]]]
[[[ whether defending the US Constitution against all enemies, ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]
> Something along the lines of your idea for storage creation should work,
> though we'll have to be careful about destructive operations like setcar
> that can cause an object with an earlier sequence number to point to an
> object with a later sequence number.
Why so?
The purpose of sequence numbers is simply so you can refer to the
objects already made -- not for proving some theorems of
well-foundedness. Cycles should not be a problem.
> It's not clear whether it has
> significant advantages over the C-based approach.
Here are two:
* You don't need a C compiler to dump Emacs.
* You don't need to relink to dump Emacs.
--
Dr Richard Stallman
President, Free Software Foundation (gnu.org, fsf.org)
Internet Hall-of-Famer (internethalloffame.org)
Skype: No way! See stallman.org/skype.html.
- Re: When should ralloc.c be used?, (continued)
- Re: When should ralloc.c be used? (WAS: bug#24358), Richard Stallman, 2016/10/29
- Re: When should ralloc.c be used? (WAS: bug#24358), Eli Zaretskii, 2016/10/29
- Re: When should ralloc.c be used? (WAS: bug#24358), Richard Stallman, 2016/10/31
- Re: When should ralloc.c be used? (WAS: bug#24358), Eli Zaretskii, 2016/10/31
- Re: When should ralloc.c be used?, Stefan Monnier, 2016/10/28
- Re: When should ralloc.c be used? (WAS: bug#24358), Richard Stallman, 2016/10/27
- Re: When should ralloc.c be used? (WAS: bug#24358), Paul Eggert, 2016/10/27
- Re: When should ralloc.c be used? (WAS: bug#24358),
Richard Stallman <=
- Re: When should ralloc.c be used? (WAS: bug#24358), Richard Stallman, 2016/10/27
- Re: When should ralloc.c be used? (WAS: bug#24358), Eli Zaretskii, 2016/10/28
- Re: When should ralloc.c be used? (WAS: bug#24358), Eli Zaretskii, 2016/10/28
- Re: When should ralloc.c be used? (WAS: bug#24358), Eli Zaretskii, 2016/10/26
- Re: When should ralloc.c be used? (WAS: bug#24358), Richard Stallman, 2016/10/26
- Re: When should ralloc.c be used?, Stefan Monnier, 2016/10/28
- Re: When should ralloc.c be used?, Richard Stallman, 2016/10/28
- Re: When should ralloc.c be used?, Stefan Monnier, 2016/10/28
- Re: When should ralloc.c be used?, Richard Stallman, 2016/10/29
- Re: When should ralloc.c be used?, Eli Zaretskii, 2016/10/29