On 12/12/2013 12:45 PM, Kannan Vijayan wrote: > Isn't part of the reason for that the fact that TraceMonkey (and with Jaeger, > Ion, and with Baseline, etc.) wasn't really a JS-specific tree?
No, as sfink notes. > I would expect far less overlap between "general browser work" and "JS work" > than between "JS non-jit work" and "JS jit work". Try working on anything that touches JSAPI or friend API. Or try working on the GC. Or even try the make-generator-frames-store-locals-in-the-heap work. Or try any of the wrappers stuff. Or really XPConnect writ larger. Or anything WebIDL, where they have to plug into our proxy/JSClass stuff. Overlap between JS and the rest of the browser is ongoing and regular. Jeff _______________________________________________ dev-tech-js-engine-internals mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-internals

