http://www.newton-inc.com/dev/techinfo/qa/qa.htm
Main Build time
heap size (+/- 0.5 sec)
1250K Main heap ran out of memory...
1275K 32.7 sec
1300K 26.4 sec
1400K 22.3 sec
1500K 19.2 sec
1600K 17.5 sec
2000K 16.0 sec
3000K 15.2 sec
GlobalData
file (in the NTK folder) and restart NTK: protoEditor:DefineKey({key: 65}, 'EvaluateSelection);
This allows you to use the period key on the numeric keypad to evaluate selected text in the Inspector window or any text file in the NTK build-time environment. (Normally the text is compiled by NTK and then evaluated by the Newton device when you hit the Enter key.) See the NTK User's Guide for details on the GlobalData
file.VerboseGC(TRUE)
in the Inspector window, select, and hit the keypad-period key. Each time the GC kicks in, a line will be displayed in the Inspector window. By watching the frequency of GCs, you can get some idea of how your main heap is being used.VerboseGC(FALSE)
to turn this feature off. Please note that VerboseGC
is available only in the NTK build-time environment. The function does not exist on the Newton device itself. It should be used only for debugging and optimization.