Re: Some more PLDHashTable API tweaks

2015-02-10 Thread Nicholas Nethercote
I had to back these changes out due to some infrequent and intermittent crashes and assertion failures, alas. Nick On Wed, Feb 4, 2015 at 7:45 PM, Nicholas Nethercote wrote: > Hi, > > I just landed the patches in > https://bugzilla.mozilla.org/show_bug.cgi?id=1050035. They > affect PLDHashTable'

User Repositories on hg.mozilla.org are Now Non-Publishing (Action May Be Required)

2015-02-10 Thread Gregory Szorc
Mercurial has a feature called "phases." When you push to a "publishing" repository, Mercurial sets the "phase" of the commit to "public" and Mercurial will refuse to let you modify/rewrite that commit. The purpose of this feature is to prevent you from footgunning yourself by rewriting history tha

JS Engine Interpreter

2015-02-10 Thread Erdal Mutlu
Hi, I have been instrumenting the JS engine interpreter for logging memory updates on JS scripts. My current instrumentation logs every use of the interpreter for script execution which also includes browser (internal) script execution. I wanted to ask if there is a way to separate these intern