[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Garbage Collector Cost
- From: Rob Kendrick <rjek@...>
- Date: Tue, 26 Oct 2010 13:27:02 +0100
On Tue, Oct 26, 2010 at 12:27:33AM -0200, Alex de Magalhães Machado wrote:
> As I said in a previous e-mail, I'm trying to run Lua hard real-time
> applications on embedded systems.
Surely this is impossible without content-addressable memory? (ie, a
general aspect of GC is that it is mutually exclusive with hard
real-time.)
B.