Re: [v8-dev] Significance of Builtins::AllowDynamicFunction

2017-03-31 Thread Jochen Eisinger
On Fri, Mar 31, 2017 at 2:54 PM Jens Widell wrote: > On Fri, Mar 31, 2017 at 2:24 PM, Jochen Eisinger > wrote: > > > > > > On Fri, Mar 31, 2017 at 1:38 PM Jens Widell wrote: > >> > >> Hi all, > >> > >> while working on getting the "Entry

Re: [v8-dev] Significance of Builtins::AllowDynamicFunction

2017-03-31 Thread Jens Widell
On Fri, Mar 31, 2017 at 2:24 PM, Jochen Eisinger wrote: > > > On Fri, Mar 31, 2017 at 1:38 PM Jens Widell wrote: >> >> Hi all, >> >> while working on getting the "Entry realm" correct in Blink [1], I >> might end up changing how V8 handles the entered

Re: [v8-dev] Significance of Builtins::AllowDynamicFunction

2017-03-31 Thread Jochen Eisinger
On Fri, Mar 31, 2017 at 1:38 PM Jens Widell wrote: > Hi all, > > while working on getting the "Entry realm" correct in Blink [1], I > might end up changing how V8 handles the entered context, essentially > relying more on the external caller manually entering a context before >

[v8-dev] Significance of Builtins::AllowDynamicFunction

2017-03-31 Thread Jens Widell
Hi all, while working on getting the "Entry realm" correct in Blink [1], I might end up changing how V8 handles the entered context, essentially relying more on the external caller manually entering a context before calling V8. Currently, V8 usually enters the argument context implicitly when its

[v8-dev] Why webview gets lower scores on octane than chrome with the same version

2017-03-31 Thread Jiadong Zhu
Hi, We built system_webview_apk and chrome_public_apk from chromium projects and installed to Android 7.0 devices. And then run the octane cases. The score of android webview (using system browser )is 3378. The score of chrome is 4523. The version of chromium we are using is M53. the v8 version