|
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--