From 72ea6b67dada5f983da32eb6bdcb9d4c1760d761 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Tue, 18 Oct 2011 11:49:36 -0700 Subject: clarify use of safe heap with ta2 --- src/settings.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/settings.js') diff --git a/src/settings.js b/src/settings.js index 70888a6c..0fdc445d 100644 --- a/src/settings.js +++ b/src/settings.js @@ -53,6 +53,7 @@ SKIP_STACK_IN_SMALL = 1; // When enabled, does not push/pop the stack at all in // may allocate stack later, and in a loop, this can be // very bad. In particular, when debugging, printf()ing // a lot can exhaust the stack very fast, with this option. + // In particular, be careful with the autodebugger! INLINE_LIBRARY_FUNCS = 1; // Will inline library functions that have __inline defined // Generated code debugging options -- cgit v1.2.3-18-g5258