Re: [JS-internals] Replacing YARR

2014-01-10 Thread Brendan Eich
Yes, but I will let Jan summarize. /be Chris Peterson January 10, 2014 5:17 PM Any news from Apple about Yarr? chris ___ dev-tech-js-engine-internals mailing list dev-tech-js-engine-internals@lists.mozilla.org https:

Re: [JS-internals] Replacing YARR

2014-01-10 Thread Chris Peterson
On 1/3/14, 8:52 PM, Brendan Eich wrote: On Jan 3, 2014, at 10:52 PM, Chris Peterson wrote: > >Does anyone here have a JSC/Yarr contact at Apple? Already in contact, with jandem in tandem -- will follow up when more to report. Any news from Apple about Yarr? chris __

Re: [JS-internals] Is it possible to retrieve JSContext from JS::Value or JSObject without using DefaultJSContext()?

2014-01-10 Thread Steve Fink
On Fri 10 Jan 2014 01:52:55 AM PST, Andreas Schlegel wrote: > Hello Steve, > > thank you for your reply. > > Am 09.01.2014 21:47, schrieb Steve Fink: >> On 01/06/2014 09:25 AM, Andreas Schlegel wrote: >>> Hello, >>> >>> I need the JSContext to declare JS::RootedObjects or Values. >>> Especially for

Re: [JS-internals] Upcoming changes to the js engine build system

2014-01-10 Thread Gary Kwong
Hi Mike, Hopefully, my patch doesn't break js engine developers workflow. Please feel free to test it before landing and report any problem with your specific workflow. Thanks for the headsup! This breaks the custom compilation script that our fuzzing harness uses for the js shell, crucial f

Re: [JS-internals] Upcoming changes to the js engine build system

2014-01-10 Thread Till Schneidereit
I'm assuming it still allows to create multiple obj directories under js/src, right? I think most of us have at least _DBG.OBJ and _OPT.OBJ, and having to put those outside js/src would be somewhat annoying. If so: \o/ On Fri, Jan 10, 2014 at 8:49 AM, Mike Hommey wrote: > Hi, > > Bug 950298 is

Re: [JS-internals] Is it possible to retrieve JSContext from JS::Value or JSObject without using DefaultJSContext()?

2014-01-10 Thread Andreas Schlegel
Hello Steve, thank you for your reply. Am 09.01.2014 21:47, schrieb Steve Fink: > On 01/06/2014 09:25 AM, Andreas Schlegel wrote: >> Hello, >> >> I need the JSContext to declare JS::RootedObjects or Values. >> Especially for the case of WeakMap/Map/Set-Hasher I don't have the >> JSContext. >> >>

[JS-internals] Upcoming changes to the js engine build system

2014-01-10 Thread Mike Hommey
Hi, Bug 950298 is going to engage first gear into a future where the js build system doesn't live on its own with a lot of duplication and pain. The main thing 950298 does is that, while configure still lives under js/src, for all other purposes, the toplevel directory in mozilla-central is consi