tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Some feedback


From: Ivan Popov
Subject: Re: [Tinycc-devel] Some feedback
Date: Fri, 2 Sep 2005 16:18:36 +0200
User-agent: Mutt/1.4.2.1i

On Thu, Sep 01, 2005 at 09:16:14PM -0700, Daniel P. Stasinski wrote:
> Make it a compile time option that rather than exec the code by
> jumping to it in memory, instead write it to a tmp file, execlp() it,
> delete the tmp file and return the status.

I'd rather do the decision at runtime, if that is at all possible,
as execution in memory is not only faster / more efficient / less error prone
but also works on systems without an elf exec loader.

My 2c,
--
Ivan





reply via email to

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