[v8-dev] Always lazy compile arrow functions (issue 1317033005 by ad...@chromium.org)

2015-09-18 Thread adamk
Reviewers: rossberg, wingo, caitp, Message: I'm not at all sure we want to land this, but I wanted to bump its visibility up a bit. Description: Always lazy compile arrow functions This causes the scope of default parameters to be correct, where otherwise we'd get it wrong, as expressions

[v8-dev] How can I trace javascript file

2015-09-18 Thread kisys18
Hello, I want to trace my own javascript file function call path in v8 or d8 like google chrome CPU profiling tool. but I don't know how can I do. Thanks. -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you

[v8-dev] Re: Bubble up the transitions associated with PreventExtensionsWithTransition (issue 1239803004 by conr...@chromium.org)

2015-09-18 Thread conradw
After some iterations on strong class semantics, this change probably doesn't need to go ahead, since instances are no longer going to be sealed. https://codereview.chromium.org/1239803004/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You

[v8-dev] Re: Update BitField3 type in gen-postmortem-metadata.py (issue 1296743003 by julien.gi...@joyent.com)

2015-09-18 Thread commit-...@chromium.org via codereview.chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1296743003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1296743003/1 https://codereview.chromium.org/1296743003/ -- -- v8-dev mailing list v8-dev@googlegroups.com

[v8-dev] Re: Update BitField3 type in gen-postmortem-metadata.py (issue 1296743003 by julien.gi...@joyent.com)

2015-09-18 Thread commit-...@chromium.org via codereview.chromium.org
Committed patchset #1 (id:1) https://codereview.chromium.org/1296743003/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and

[v8-dev] Re: Update BitField3 type in gen-postmortem-metadata.py (issue 1296743003 by julien.gi...@joyent.com)

2015-09-18 Thread commit-...@chromium.org via codereview.chromium.org
Patchset 1 (id:??) landed as https://crrev.com/ff7d70bf414e2441c6ac14ba69840199840220c2 Cr-Commit-Position: refs/heads/master@{#30839} https://codereview.chromium.org/1296743003/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this

Re: [v8-dev] How can I trace javascript file

2015-09-18 Thread Ben Noordhuis
On Fri, Sep 18, 2015 at 10:13 AM, wrote: > Hello, > > I want to trace my own javascript file function call path in v8 or d8 like > google chrome CPU profiling tool. > > but I don't know how can I do. > > Thanks. See this page for instructions: