Re: [v8-users] Intent to Implement Direct Proxies

2015-04-07 Thread Caitlin Potter
SGTM > On Apr 7, 2015, at 12:15 PM, 'Andreas Rossberg' via v8-users > wrote: > > On 5 April 2015 at 16:37, Caitlin Potter > wrote: > I'd like to move the Proxy implementation in v8 forward a bit, and more in > line with the spec. > > https://people.mozilla.org

Re: [v8-users] Intent to Implement Direct Proxies

2015-04-07 Thread 'Andreas Rossberg' via v8-users
On 5 April 2015 at 16:37, Caitlin Potter wrote: > I'd like to move the Proxy implementation in v8 forward a bit, and more in > line with the spec. > > > https://people.mozilla.org/~jorendorff/es6-draft.html#sec-proxy-object-internal-methods-and-internal-slots > https://people.mozilla.org/~jorendo

Re: [v8-users] A simple question on HEscapeAnalysisPhase in V8

2015-04-07 Thread Jakob Kummerow
On Tue, Apr 7, 2015 at 6:47 AM, wrote: > I add a *HIR dump function* like this: > You might like to know that there already is a --trace-hydrogen flag. It produces a hydrogen.cfg file that you can load into c1visualizer. > 1, V8 calls the HEscapeAnalysisPhase::Run() for 4 times. > *questio