benchmark

JIT Hack on the G1 Provides a Nice Speed Boost

Back in February, I installed a modified Dalvik library that included a JIT onto my trusty T-Mobile G1 (HTC Dream). While any noticeable improvements are likely caused by a placebo effect, the benchmarks do not lie. Even on my G1, the oldest Android device released to the public, the JIT shaved a few seconds off [...]

Comparing Chromium and Firefox 3.5/3.6/3.7 Nightlies’ JavaScript Performance

I have always been interested in efficiency and performance. So much, in fact, that when I finished installing three different trunk (latest source code) builds of Firefox (3.5.6, 3.6, and 3.7), I just had to compare their JavaScript performance with that of Chromium. I have heard that the TraceMonkey JavaScript engine got some performance boosts [...]

Improve Make’s Speed with the –jobs Switch

Yesterday, while going compile-crazy and whatnot, I discovered a switch for GNU Make. The -j switch (or –jobs) allows you to have Make run multiple jobs on the same task, improving compile time. I wanted to see just how fast it was, so I did some tests. The Tests In these tests, I compiled Ruby‘s [...]