lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Erik,

At 13:30 04.06.2004 +0200, you wrote:
Thats why I'm suggesting that you uses your bank for storing the source+byte code and use your 20kb for the rest.

Code must be kept in non-volatile memory. Moving
it to RAM may make sense for decreasing access
times. IMHO, reading byte code will not be the
speed bottleneck.

Harald