[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Pseudovectors initialization
From: |
John Wiegley |
Subject: |
Re: Pseudovectors initialization |
Date: |
Tue, 26 Jun 2012 04:17:25 -0500 |
User-agent: |
Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1 (darwin) |
>>>>> Dmitry Antipov <address@hidden> writes:
> Windows, frames, processes and terminals are created rarely and tends to
> have a long lifetime; so, IMHO, it's reasonable to pay a negligible
> performance penalty to simplify initialization, readability and maintenance.
> Any objections?
Processes get created very frequently on my Emacs. It would be preferable to
avoid any assumptions about how Emacs is used.
John