Open
Description
Box2d(asm.js) needs 200ms for compilation on my machine, we can avoid to re-compile it again when the second time entering the game by adding cache.
refer to : https://github.com/joshuastray/Spidermonkey/blob/v33/js/src/shell/js.cpp#L5670
related issue : #1237