With the release of the Closure compiler, I was hoping to see if there was a difference in memory usage between a js file using the compiler and one which had not.
In particular, on a mobile platform like Palm's WebOS, the very limited amount of memory available means that every little bit will help.
EDIT: I should point out that d8 is the v8 javascript engine debugger.