[Scummvm-devel] Memory consumption in GUI branch

Johannes Schickel lordhoto at gmail.com
Mon Oct 27 22:33:23 CET 2008


On Monday 27 October 2008 20:31:23 Johannes Schickel wrote:
> I'm not sure how much size difference that makes on ARM though.

I just setup a cross compiler for NDS and made some tests with 
SCUMM_BUILD=e. Here are my results:

Without DISABLE_FANCY_THEMES:
-rw-r--r-- 1 1000 1000  9528 2008-10-27 22:25 graphics/VectorRenderer.o
-rw-r--r-- 1 1000 1000 49016 2008-10-27 22:25 graphics/VectorRendererSpec.o
-rwxr-xr-x 1 1000 1000 1563729 2008-10-27 22:25 scummvm.elf
-rwxr-xr-x 1 1000 1000 1217264 2008-10-27 22:25 scummvm-stripped.elf

With DISABLE_FANCY_THEMES:
-rw-r--r-- 1 1000 1000  8548 2008-10-27 22:20 graphics/VectorRenderer.o
-rw-r--r-- 1 1000 1000 38984 2008-10-27 22:20 graphics/VectorRendererSpec.o
-rwxr-xr-x 1 1000 1000 1529439 2008-10-27 22:20 scummvm.elf
-rwxr-xr-x 1 1000 1000 1184496 2008-10-27 22:20 scummvm-stripped.elf

Seems to drop binary size by 32768, which is 32kB. Not bad I assume.

// Johannes




More information about the Scummvm-devel mailing list