todo: add tip on how to identify excessive stack usage
authorØyvind Harboe <oyvind.harboe@zylin.com>
Sun, 22 Nov 2009 17:50:57 +0000 (18:50 +0100)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Sun, 22 Nov 2009 17:50:57 +0000 (18:50 +0100)
commit7daec5a0ce109c04b117d42374a99b849fd8a89a
tree2c8e5e200796516ce9b9d158acc3e9b0103d90b5
parent5c4a73d0d89989b7fbe260ed4fa00a8259e01b03
todo: add tip on how to identify excessive stack usage

Use dynamic allocations for working memory rather than stack.

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
TODO