Vladimir Vukićević — Words
 

Archive for August, 2009



Things I Learned Today

NSS synchronously forks out to netstat at startup on MacOS X.  This, as you might imagine, is not ideal for startup performance. If you forget to overload the std::nothrow variant of operator new, things don’t work well when your overloaded operator delete is called. u8u16 is still really fast, and I wish we could use [...]

For the past while, Theora decoding wasn’t enabled on any of our ARM Firefox builds due to it simply not compiling after an update.  I finally got around to taking a look why, and the fix was fairly straightforward.  With this patch, we have rough baseline Theora decode capability on any platform.  However, it’s not [...]

WinCE Fun Status

On the Windows CE front, for the past week and a half or so I and some others have been working through a number of high priority issues for Firefox on Windows CE.  Conveniently, one of the biggest problems is startup time, so there has been some good synergy there between this work and the [...]