Feed on
Posts
Comments

Archive for the 'performance' Category

FOSDEM Anyone?

Team Perf and a significant number of other Mozillians will be attending FOSDEM this year. My team will be giving talks on android linkers, IO, toolchain stuff, other TBD stuff. This will be my first FOSDEM, I’m really excited about it. There are a lot of European open sourcers to meet that don’t make it [...]

Last week I learned about how Windows handles page faults backed by files (specifically xul.dll). I already knew that Linux was suboptimal in this area, perhaps the clever people at Redmond did better. Shaver pointed me at xperf, which is sort of like the new Linux perf tools. Xperf rocks in that it can capture [...]

Working on Fennec performance N810 has been very educational. I have been learning more and more about performance profiling on crappy platforms. I define a platform as crap if it has poor development tools, limited OS or other significant limitations. Linux is a crappy platform in this case because it’s running on ARM where oprofile [...]