Re: Lua need 1M memory?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua need 1M memory?
- From: "Leo Razoumov" <slonik.az@...>
- Date: 2006年11月14日 15:02:35 -0500
On 11/14/06, Mike Pall <mikelu-0611@mike.de> wrote:
[..snip..]
* read-only (shared) code/data: 40K-200K, depending on compiler
options (-Os vs. -O3) and whether the parser is included.
This is for x86 code; somewhat more for most other (RISC) CPUs.
* read-write heap: 18K with standard libs, as low as 1K without.
Bye,
Mike
How did you measure read-write heap?
--Leo--