mirror of https://github.com/boa-dev/boa.git
Browse Source
Similar to #2604, `GetPropertyByName`/`SetPropertyByName` has only string property key. So, we can skip index and utf16 conversions. This improves QuickJS benchmark score 5.8% on average. Richards: 37.0 -> 41.2 DeltaBlue: 38.1 -> 41.4 Crypto: 59.6 -> 59.8 RayTrace: 146 -> 159 EarleyBoyer: 138 -> 142 Splay: 104 -> 106 NavierStokes: 10.2 -> 10.3pull/2610/head
Choongwoo Han
2 years ago
3 changed files with 6 additions and 13 deletions
Loading…
Reference in new issue