- optimized Regexp.prototype.exec

- optimized String.prototype.replace
- optimized 'arguments' object creation
- optimized access to non strict 'arguments' elements
This commit is contained in:
Fabrice Bellard
2025-11-22 11:00:50 +01:00
parent 7ab23413b8
commit 9f11034a5a
3 changed files with 568 additions and 312 deletions

View File

@@ -1,4 +1,4 @@
- micro optimizations (15% faster on bench-v8)
- micro optimizations (30% faster on bench-v8)
- added resizable array buffers
- added ArrayBuffer.prototype.transfer
- added the Iterator object and methods