Re: [v8-users] Why is array bounds checks hoisting optimization disabled in crankshaft?

2014-12-11 Thread Jakob Kummerow
No specific reason, I think. It was just never pushed into production. And at this point, with Crankshaft deprecated, it's probably not worth the regression risk. Maybe at some point in the future it'll inspire a similar algorithm in Turbofan. On Wed, Dec 10, 2014 at 10:45 PM, Prince

[v8-users] Why is array bounds checks hoisting optimization disabled in crankshaft?

2014-12-10 Thread Prince
I noticed the optimization implemented in src/hydrogen-bch.h and src/hydrogen-bch.cc not enabled. Is there any specific reason why it is never enabled? Correctness or performance concerns? -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You