Archive for 'newsletter'
Mozilla JS Development Newsletter 1/25/2012-2/29/2012
I waited a couple weeks after the last update to accumulate more cool stuff to talk about, and then I ended up having to wait a few more to get sick, get better, travel, give a talk, and then (partially) dig out from the backlog. Turns out there’s a ton of updates by now: GC [...]
Posted: February 1st, 2012 under newsletter.
Comments: none
Mozilla JS Development Newsletter 12/07-1/24
I was holding off on updates around the holidays, when things were kind of quiet, but lots of stuff is happening again: ECMAScript 6 Jason landed Simple Maps and Sets per the draft specification. Yay! Speaking of which, Chris Leary blogged yesterday about how you can increase your badassery, stop him from harassing motorists on [...]
Posted: January 24th, 2012 under newsletter.
Comments: 5
Mozilla JS Development Newsletter 11/30-12/06
This will be a short one: it’s been a fairly quiet week, with mostly fixes for crashes and other small bugs. The one big landing was ObjShrink, by Brian Hackett, which took the size of a JS object down from about 48 bytes (on 32-bit platforms) to 16 bytes. ObjShrink also made shapes (an auxiliary [...]
Posted: December 6th, 2011 under newsletter.
Comments: 7
JS Development Newsletter 11/23-11/29
Help Firefox get incremental GC Bill McCloskey has incremental GC working as a prototype in the larch branch. The current version is probably pretty crashy but does show the pause time improvements on some sites. It would help Bill a lot to get a list of sites that have big GC pauses now in Firefox. [...]
Posted: November 29th, 2011 under newsletter.
Comments: 4
JS Newsletter 11/2-11/22
Update since last time (11/1): Stuff that might affect you We are moving to a model where JSRuntimes are single-threaded. That means if you want to use multiple threads, you’ll create separate runtimes. (Web workers do this in Firefox now.) This is going to help us make a lot of simplifications to the engine, and [...]
Posted: November 22nd, 2011 under newsletter.
Comments: 2
JS Team Update 11/1
For a while, I was pretty swamped, with not enough time to do a regular team newsletter. And then, I figured I’d have to go back over the past 2 months of activity to sort out everything that happened so I could write a proper giant update. But, I realize that’s way too hard and [...]
Posted: November 1st, 2011 under newsletter.
Comments: 6
JS Team Newsletter 8/11-8/30
I’ve been swamped the past few weeks, so this is a bigger catch-up newsletter. I’ll just give the big news because there’s plenty of it. New Hire Nicolas Pierron has joined the JS team to work on IonMonkey. He has done a lot of work on the NixOS package system as well as a few [...]
Posted: August 30th, 2011 under newsletter.
Comments: 4
Moz JS Team Newsletter 7/29-8/9
New Hire Sean Stangl has joined the JS team. He worked on JägerMonkey last year as an intern, and now he’s here full-time, initially working on IonMonkey. Welcome, Sean! Project Status Updates Type Inference: Brian Hackett is fixing regressions and getting ready to “land” type inference. Landing is tricky because the complexity of the project [...]
Posted: August 9th, 2011 under newsletter.
Comments: 2