|
|
|
|
|
by Narishma
3032 days ago
|
|
> V8 cannot compile arithmetic assignment operators, which it calls left-side expressions, so you can see a rapid speed boost in V8 when you replace something like a += 1 with a = a + 1. Is there a reason it can't? I'm not familiar with Javascript, but aren't the two expressions equivalent? |
|
https://github.com/vhf/v8-bailout-reasons