Results (21 - 30 of 1157)
- [234089]: [DFG] Fold GetByVal if the indexed value is non configurable and non ...
- [DFG] Fold GetByVal if the indexed value is non configurable and non writable https://bugs.webkit.org/show_bug.cgi?id=186462 Reviewed by Saam Barati. JSTests: * stress/folding-get-by-val-with-read-only-dont-delete-object.js: Added. (sho ...
- By Jul 22, 2018 9:54:38 AM —
- [234082]: [JSC] Use Function / ScopedLambda / RecursableLambda instead of ...
- [JSC] Use Function / ScopedLambda / RecursableLambda instead of std::function https://bugs.webkit.org/show_bug.cgi?id=187472 Reviewed by Mark Lam. Source/JavaScriptCore: std::function allocates memory from standard malloc instead of bma ...
- By Jul 21, 2018 6:10:43 AM —
- [234066]: [DFG] Fold GetByVal if Array is CoW ...
- [DFG] Fold GetByVal if Array is CoW https://bugs.webkit.org/show_bug.cgi?id=186459 Reviewed by Saam Barati. JSTests: * stress/folding-get-by-val-with-immutable-butterfly-out-of-bounds-foldable.js: Added. (shouldBe): (test0): (test1): (t ...
- By Jul 20, 2018 2:25:19 PM —
- [234065]: [JSC] Remove cellLock in JSObject::convertContiguousToArrayStorage ...
- [JSC] Remove cellLock in JSObject::convertContiguousToArrayStorage https://bugs.webkit.org/show_bug.cgi?id=186602 Reviewed by Saam Barati. JSObject::convertContiguousToArrayStorage's cellLock() is not necessary since we do not change the ...
- By Jul 20, 2018 2:14:15 PM —
- [234058]: [JSC] A bit performance improvement for Object.assign by cleaning up ...
- [JSC] A bit performance improvement for Object.assign by cleaning up code https://bugs.webkit.org/show_bug.cgi?id=187852 Reviewed by Saam Barati. We clean up Object.assign code a bit. 1. Vector and MarkedArgumentBuffer are extracted out ...
- By Jul 20, 2018 11:28:28 AM —
- [233987]: Unreviewed, check scope after performing getPropertySlot in ...
- Unreviewed, check scope after performing getPropertySlot in JSON.stringify https://bugs.webkit.org/show_bug.cgi?id=187807 Properly putting EXCEPTION_ASSERT to tell our exception checker mechanism that we know that exception occurrence and ...
- By Jul 19, 2018 10:06:38 AM —
- [233937]: [JSC] Reduce size of AST nodes ...
- [JSC] Reduce size of AST nodes https://bugs.webkit.org/show_bug.cgi?id=187689 Reviewed by Mark Lam. We clean up AST nodes to reduce size. By doing so, we can reduce the memory consumption of ParserArena at peak state. 1. Annotate `final ...
- By Jul 18, 2018 3:36:34 PM —
- [233924]: JSON.stringify should emit non own properties if second array argument ...
- JSON.stringify should emit non own properties if second array argument includes https://bugs.webkit.org/show_bug.cgi?id=187724 Reviewed by Mark Lam. JSTests: * stress/json-stringify-getter-call.js: Added. (shouldBe): (A.prototype.get co ...
- By Jul 18, 2018 12:01:34 PM —
- [233918]: [JSC] JSON.stringify's replacer should use `isArray` instead of ...
- [JSC] JSON.stringify's replacer should use `isArray` instead of JSArray checks https://bugs.webkit.org/show_bug.cgi?id=187755 Reviewed by Mark Lam. JSTests: * stress/json-stringify-gap-calculation-should-be-after-replacer-check.js: Adde ...
- By Jul 18, 2018 11:31:09 AM —
- [233917]: [JSC] Root wrapper object in JSON.stringify is not necessary if ...
- [JSC] Root wrapper object in JSON.stringify is not necessary if replacer is not callable https://bugs.webkit.org/show_bug.cgi?id=187752 Reviewed by Mark Lam. JSON.stringify has an implicit root wrapper object since we would like to call ...
- By Jul 18, 2018 11:27:08 AM —
Note: See TracSearch
for help on searching.