Re: [webkit-dev] new shell for JavaScriptCore?

2012-01-10 Thread Gavin Barraclough
On Jan 10, 2012, at 7:33 AM, Andy Wingo wrote: > Hello JSC hackers, > > I've been thinking for some time now that there is room for another > command-line shell for JSC. Hi Andy, Yes! Some more things to add to the wish list: * tab completion (e.g. "Math.si" -tab-> Math.sin) * p

[webkit-dev] new shell for JavaScriptCore?

2012-01-10 Thread Andy Wingo
Hello JSC hackers, I've been thinking for some time now that there is room for another command-line shell for JSC. Things that the current JSC shell does not do, but it should do: * Profiling. * Disassembly. * Good debugging interfaces for developing JSC: bytecode dump, CFG dump, verbose