[dev-servo] aggressive representation compression

2013-07-24 Thread Leo Meyerovich
Speaking of object representation, this old-ish MIT paper came up when talking to Patrick the other day: http://cscott.net/Publications/lctes03-talk.pdf In our mobile WebKit benchmarks, ~20% of the power is in memory, and perf quickly gets blocked on it. So, it's worth considering if the object

Re: [dev-servo] Inline DOM storage progress report

2013-07-24 Thread Josh Matthews
On 07/23/2013 10:08 PM, Boris Zbarsky wrote: On 7/23/13 6:34 PM, Josh Matthews wrote: Accordingly, there are now branches of servo, rust-mozjs, and mozjs (all named 'inline') that contain my work to date on storing DOM objects inline in their JS wrappers' fixed slots. There are some rooting prob