emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compiling Elisp to a native code with a GCC plugin


From: Wojciech Meyer
Subject: Re: Compiling Elisp to a native code with a GCC plugin
Date: Tue, 14 Sep 2010 22:05:28 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50

Tom Tromey <address@hidden> writes:

> is hard to guess; lexbind comes into play because with lexbind, the
> various local bindings can just be C local variables, as opposed to much
> more expensive elisp bindings.

yep, because it just a run-time data structure, and no longer a pure stack
frame. So somewhat accessing directly memory needs to be much less
expensive.

Wojciech



reply via email to

[Prev in Thread] Current Thread [Next in Thread]