On Mon, Jul 7, 2014 at 8:03 PM, Robert O'Callahan <rob...@ocallahan.org> wrote: > > If you want to brainstom about getting to absurdly low memory targets like > 32MB, I suggest talking to Nick Nethercote. This is where he lives.
I've already been asked about whether SpiderMonkey could be made to work in that context. My response was "not likely". JS is a high-level, dynamically-typed, GC'd language, and SpiderMonkey is designed primarily for high performance, not low memory usage. If you implemented a new JS engine designed from the ground up for low memory usage, and you set your expectations really low, then you might be able to meet those expectations. Nick _______________________________________________ dev-servo mailing list dev-servo@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-servo