Results (81 - 90 of 1157)
- [232401]: [JSC] Correct values and members of JSBigInt appropriately ...
- [JSC] Correct values and members of JSBigInt appropriately https://bugs.webkit.org/show_bug.cgi?id=186196 Reviewed by Darin Adler. This patch cleans up a bit to select more appropriate values and members of JSBigInt. 1. JSBigInt's struc ...
- By Jun 1, 2018 11:47:26 AM —
- [232400]: [DFG] InById should be converted to MatchStructure ...
- [DFG] InById should be converted to MatchStructure https://bugs.webkit.org/show_bug.cgi?id=185803 Reviewed by Keith Miller. JSTests: * microbenchmarks/in-by-id-match.js: Added. (test): * microbenchmarks/in-by-id-removed.js: Added. (test ...
- By Jun 1, 2018 11:39:57 AM —
- [232387]: [Baseline] Store constant directly in emit_op_mov ...
- [Baseline] Store constant directly in emit_op_mov https://bugs.webkit.org/show_bug.cgi?id=186182 Reviewed by Saam Barati. In the old code, we first move a constant to a register and store it to the specified address. But in 64bit JSC, we ...
- By May 31, 2018 9:45:24 PM —
- [232337]: [JSC] Pass VM& parameter as much as possible ...
- [JSC] Pass VM& parameter as much as possible https://bugs.webkit.org/show_bug.cgi?id=186085 Reviewed by Saam Barati. Source/JavaScriptCore: JSCell::vm() is slow compared to ExecState::vm(). That's why we have bunch of functions in JSCel ...
- By May 30, 2018 11:19:33 PM —
- [232271]: [Baseline] Merge loading functionalities ...
- [Baseline] Merge loading functionalities https://bugs.webkit.org/show_bug.cgi?id=185907 Reviewed by Saam Barati. This patch unifies emitXXXLoad functions in 32bit and 64bit. * jit/JITInlines.h: (JSC::JIT::emitDoubleGetByVal): * jit/JITP ...
- By May 29, 2018 1:04:14 PM —
- [232264]: Unreviewed, follow-up after r232244 ...
- Unreviewed, follow-up after r232244 https://bugs.webkit.org/show_bug.cgi?id=186023 _BitScanReverse64 is available only in X86_64 and ARM. * wtf/MathExtras.h: (WTF::clz64):
- By May 29, 2018 10:56:47 AM —
- [232253]: [JSC] JSBigInt::digitDiv has undefined behavior which causes test ...
- [JSC] JSBigInt::digitDiv has undefined behavior which causes test failures https://bugs.webkit.org/show_bug.cgi?id=186022 Reviewed by Darin Adler. digitDiv performs Value64Bit >> 64 / Value32Bit >> 32, which is undefined behavior. And ze ...
- By May 28, 2018 11:43:38 PM —
- [232244]: [WTF] Add clz32 / clz64 for MSVC ...
- [WTF] Add clz32 / clz64 for MSVC https://bugs.webkit.org/show_bug.cgi?id=186023 Reviewed by Daniel Bates. Source/JavaScriptCore: Move clz32 and clz64 to WTF. * runtime/MathCommon.h: (JSC::clz32): Deleted. (JSC::clz64): Deleted. Source ...
- By May 28, 2018 5:26:05 AM —
- [232226]: [JSC] Rename Array#flatten to flat ...
- [JSC] Rename Array#flatten to flat https://bugs.webkit.org/show_bug.cgi?id=186012 Reviewed by Saam Barati. JSTests: * stress/array-flatten.js: (shouldThrow): * test262/expectations.yaml: Source/JavaScriptCore: Rename Array#flatten to ...
- By May 26, 2018 11:17:09 AM —
- [232224]: Upgrade test262 to May 24 version ...
- Upgrade test262 to May 24 version https://bugs.webkit.org/show_bug.cgi?id=185937 Reviewed by Darin Adler. * test262/expectations.yaml: * test262/harness/doneprintHandle.js: (DONE): * test262/latest-changes-summary.txt: * test262/test/ann ...
- By May 26, 2018 3:55:47 AM —
Note: See TracSearch
for help on searching.