On Mon, Mar 3, 2014 at 2:56 PM, Fitzgerald, Nick <[email protected]> wrote: > On 3/2/14 9:32 PM, Nicholas Nethercote wrote: >> The actual >> allocated object isn't available. > This is because the metadata object becomes a part of the Shape, which > is used to build the object. The object doesn't yet exist at this point.
I wonder if "object metadata" should be renamed "object allocation point", or similar. I.e. stop pretending it'll be useful for anything else. It might be possible to make it less constly that way -- e.g. does the data really need to be stored in a JSObject, or could it be done in a cheaper C++ struct? Nick _______________________________________________ dev-tech-js-engine-internals mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-internals

