2
I Use This!
High Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected 1 day ago.
Jun 16, 2025 — Jun 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refresh engine comparison benchmark results (#2517) More... 2 days ago
Remove the _privateElements field from ObjectInstance (relocate to a per-Engine weak table) (#2536) More... 3 days ago
Shrink JsDate instances by 8 bytes via decomposed date storage (#2535) More... 3 days ago
Avoid per-call closure allocation in EvaluateBody (#2534) More... 3 days ago
Bump the all-dependencies group with 1 update (#2509) More... 4 days ago
Serialize Atomics Test262 features to eliminate CI flakiness (#2533) More... 4 days ago
Remove unused StringBuilder FNV-hash overload; simplify RefStack.Clear (#2531) More... 4 days ago
Add process-wide cache of compiled regex adaptations (#2530) More... 4 days ago
Raise fixed-slot function-environment cap from 16 to 24 bindings (#2529) More... 4 days ago
Preserve dictionary capacity across pooled function-environment reuse (#2528) More... 4 days ago
Gate detailed interop resolution error messages; expose CLR type to host (#2527) More... 4 days ago
Add opt-in bounded cache for recently wrapped CLR objects (#2522) More... 4 days ago
Extend pooled-accumulator pattern: RegExp split, Iterator.toArray, Object enumeration, builder tuning (#2526) More... 4 days ago
Include target type, arguments and candidate signatures in interop resolution errors (#2525) More... 5 days ago
Reduce intermediate allocations in array-building built-ins with a pooled accumulator (#2524) More... 6 days ago
Reduce CLR interop method dispatch overhead and allocations (#2520) More... 7 days ago
Avoid per-access parameter array allocation in interop indexer reads (#2521) More... 7 days ago
Use direct IndexOf scan in String.prototype.split with string separator (#2519) More... 7 days ago
Add benchmark for holey-array key enumeration cost (#2508) More... 8 days ago
Extend zero-copy string slice views to bounded-waste substrings (#2518) More... 8 days ago
Allow customizing CLR object property key enumeration (#2513) (#2516) More... 8 days ago
Pool the for-loop iteration environment across loop entries (#2515) More... 8 days ago
Cache global UpdateExpression (x++ / x--) writes (#2514) More... 8 days ago
Create the constructor .prototype lazily for ordinary functions (#2512) More... 8 days ago
Add computed-index dense-array fast path for reads and writes (#2511) More... 8 days ago
Add object method-call fast path reusing the member inline cache (#2510) More... 8 days ago
Refresh engine comparison results; add wall-clock profiling driver (#2505) More... 9 days ago
Add version-gated inline cache for global variable bindings (#2507) More... 9 days ago
Return zero-copy views from large slice/substring/substr results (#2506) More... 9 days ago
Fix prepared scripts executing slower than re-parsed source (#2504) More... 9 days ago