V8 deoptimizations

52 views
Skip to first unread message

Ω Alisson

unread,
May 9, 2015, 4:21:00 PM5/9/15
to nod...@googlegroups.com
Does anyone knows if the V8 engine on latest io.js still deoptimizes generators, const and let?

Fedor Indutny

unread,
May 9, 2015, 6:50:39 PM5/9/15
to nod...@googlegroups.com
Doesn't seem to be!

$ ./iojs --trace-deopt -e 'function* a() { yield 1}; var x = a(); console.log(x.next())'
[deoptimize global object @ 0x243990e18d41]
{ value: 1, done: false }

NOTE: this global object thing is unrelated, and happens anyway.

On Sat, May 9, 2015 at 5:33 AM, Ω Alisson <thelin...@gmail.com> wrote:
Does anyone knows if the V8 engine on latest io.js still deoptimizes generators, const and let?

--
Job board: http://jobs.nodejs.org/
New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
---
You received this message because you are subscribed to the Google Groups "nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nodejs+un...@googlegroups.com.
To post to this group, send email to nod...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/CACZE8Y4TLuSFv2euUymUEcf%3Dee708eBUFhVYV0q9vDTCzX2avg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages