emacs-devel
[Top][All Lists]
Advanced

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

Compiling Elisp to a native code with a GCC plugin


From: Wojciech Meyer
Subject: Compiling Elisp to a native code with a GCC plugin
Date: Tue, 14 Sep 2010 20:12:20 +0100

Hi,

Recent version of GCC allow developing plugins.  That would solve JITing
intermediate representation (e.g. current bytecode) to the native code
across different platforms.  What do you think about it? Would that be
possible or there might be some problems that would make it impossible
(I am talking especially about dynamic scoping and GC interaction).

Wojciech






reply via email to

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