[v8-users] try/catch deoptimization

2019-02-19 Thread Peter Wong
I'm fairly certain this no longer the case, and you stop avoiding try/catch. https://github.com/tildeio/rsvp.js/pull/539 -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups

[v8-users] try/catch deoptimization

2019-02-19 Thread Dr S3curity
Hi, I have read in some online posts that try/catch will stop v8 to optimize the code. I that still the case even in latest version of v8? What are solutions to get better performance for the code inside try/catch block? Thanks -- -- v8-users mailing list v8-users@googlegroups.com http://gr