On 07/25/2013 12:13 PM, Boris Zbarsky wrote:
On 7/25/13 8:51 AM, Josh Matthews wrote:
wrapper: 8 bytes
type_id: 16 bytes
abstract: 16 bytes
out_of_line: 8 bytes
layout_data: 8 bytes

Hmm.  That's a lot smaller than 128 bytes, right?  I guess the point is
that you could't put _all_ of parent/first/last/next/prev/ownerdoc
inline, which is why they're all out of line?

What are type_id and abstract?

Will 'wrapper' go away in the long term for jsmanaged stuff?

-Boris

Oh, and abstract is the current AbstractNode when inside of a downcasting closure in the node hierarchy. It might be possible to eliminate that now and simulate it via the wrapper instead.
_______________________________________________
dev-servo mailing list
dev-servo@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-servo

Reply via email to