Re: [webkit-dev] Segmentation fault (Core dump) while running Gtk launcher

2012-06-26 Thread Andy Wingo
On Tue 26 Jun 2012 12:28, Navanshu Mahor mahor1...@gmail.com writes: I just want to ask what could be the possibility that is giving the following  error while running GTK launcher in debug mode: This is probably more appropriate for the webkit-gtk list:

Re: [webkit-dev] Where to call Codeblock::dump from within webcore

2012-04-20 Thread Andy Wingo
On Wed 18 Apr 2012 21:28, pgsery pgs...@swcp.com writes: I want to call CodeBlock::dump from webcore in addition to the jsc shell. I've compiled webkit-1.6.1 with the --enable-debug option, modified dump to print to a file, instead of stdout, and set options.dump=true. This works from the

Re: [webkit-dev] (no subject)

2012-02-28 Thread Andy Wingo
Hi Dirk, On Mon, 2012-02-27 at 17:56 -0800, Dirk Pranke wrote: 1) Do you use -g foo to upload a single change? Yes, it's pretty much the only way I use it. If so, would you be annoyed if I changed that syntax to a different argument That would be fine. , or eliminated it completely (so

Re: [webkit-dev] Loop invariant code motion support

2012-02-27 Thread Andy Wingo
On Mon, 2012-02-27 at 18:55 +0400, vahag vardanyan wrote: DFG jit doesn't support loop invariant code motion. See https://bugs.webkit.org/show_bug.cgi?id=76770 In short, maybe JSC will do LICM in a few months, but there are some refactorings to do before then. Andy

[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,

[webkit-dev] JavaScriptCore and ES6

2011-12-15 Thread Andy Wingo
Hello all, As you probably know, the ECMA TC39 committee is slowly approaching consensus on a new revision of the ECMAScript language. The interim results of this process have gone under various names: Harmony, ES.next, and ES6. They are the same thing. This mail is intended to open the

Re: [webkit-dev] JavaScriptCore and ES6

2011-12-15 Thread Andy Wingo
On Thu, 2011-12-15 at 10:36 -0800, Adam Barth wrote: I would caution you about adding more modes to ECMAScript. I agree. You probably know this, but I just realized that my original mail could have implied that I'm on TC39, which is not the case. Just making that particular point clear. :)