WebKit Trac
  • Login
  • Preferences
  • Register
  • Forgot your password?
  • Wiki
  • Timeline
  • Browse Source
  • Search

Context Navigation



Results (81 - 90 of 127)

← 1 2 3 4 5 6 7 8 9 10 11 12 13 →
Quickjump to ​yusukesuzuki@slowstart.org
[236381]: [JSC] Enable LLInt ASM interpreter on X64 and ARM64 in non JIT ...
[JSC] Enable LLInt ASM interpreter on X64 and ARM64 in non JIT configuration https://bugs.webkit.org/show_bug.cgi?id=189778 Reviewed by Keith Miller. .: ENABLE_SAMPLING_PROFILER does not depend on ENABLE_JIT now since it can be used wit ...
By yusukesuzuki@slowstart.org — Sep 21, 2018 10:26:44 PM
[236296]: [JSC] Heap::reportExtraMemoryVisited shows contention if we have many ...
[JSC] Heap::reportExtraMemoryVisited shows contention if we have many JSString https://bugs.webkit.org/show_bug.cgi?id=189558 Reviewed by Mark Lam. When running web-tooling-benchmark postcss test on Linux JSCOnly port, we get the followi ...
By yusukesuzuki@slowstart.org — Sep 20, 2018 6:11:19 PM
[236240]: [JSC] Optimize Array#indexOf in C++ runtime ...
[JSC] Optimize Array#indexOf in C++ runtime https://bugs.webkit.org/show_bug.cgi?id=189507 Reviewed by Saam Barati. JSTests: * stress/array-indexof-array-prototype-trap.js: Added. (shouldBe): (AncestorArray.prototype.get 2): (AncestorAr ...
By yusukesuzuki@slowstart.org — Sep 19, 2018 10:54:27 PM
[236101]: [WTF] Use Semaphore and BinarySemaphore instead of ...
[WTF] Use Semaphore and BinarySemaphore instead of dispatch_semaphore_t https://bugs.webkit.org/show_bug.cgi?id=185339 Patch by Yusuke Suzuki <utatane.tea@gmail.com> on 2018-09-17 Reviewed by Mark Lam. Source/WebCore: * fileapi/Threadab ...
By yusukesuzuki@slowstart.org — Sep 17, 2018 10:47:33 PM
[235989]: [WebAssembly] Inline WasmContext accessor functions ...
[WebAssembly] Inline WasmContext accessor functions https://bugs.webkit.org/show_bug.cgi?id=189416 Reviewed by Saam Barati. WasmContext accessor functions are very small while it resides in the critical path of JS to Wasm function call. ...
By yusukesuzuki@slowstart.org — Sep 13, 2018 2:49:47 PM
[235911]: Shrink size of ResourseResponseBase ...
Shrink size of ResourseResponseBase https://bugs.webkit.org/show_bug.cgi?id=189501 Reviewed by Simon Fraser. We reduce the size of ResourceResponseBase by the following two optimizations. 1. Use bitfields for bool flags and reorder them ...
By yusukesuzuki@slowstart.org — Sep 11, 2018 12:34:56 PM
[235852]: [WTF] Add Markable<T, Traits> ...
[WTF] Add Markable<T, Traits> https://bugs.webkit.org/show_bug.cgi?id=189231 Reviewed by Sam Weinig. Source/WebCore: Use Markable<Seconds> and Markable<WallTime> in ResourceResponseBase. Since these fields are parsed results from http h ...
By yusukesuzuki@slowstart.org — Sep 10, 2018 11:19:09 AM
[235831]: [JSC] Remove loadModule function in jsc.cpp ...
[JSC] Remove loadModule function in jsc.cpp https://bugs.webkit.org/show_bug.cgi?id=184808 Patch by Yusuke Suzuki <utatane.tea@gmail.com> on 2018-09-08 Reviewed by Darin Adler. JSTests: Use `import` expression instead. * modules/differ ...
By yusukesuzuki@slowstart.org — Sep 8, 2018 1:51:22 PM
[235829]: [CSSJIT] Use lshiftPtr instead of mul32 ...
[CSSJIT] Use lshiftPtr instead of mul32 https://bugs.webkit.org/show_bug.cgi?id=189451 Reviewed by Sam Weinig. Use `value << 4` instead of `value * 16`. In 64bit environment, sizeof(Style::Relation) is 16, so that we can use `value << 4` ...
By yusukesuzuki@slowstart.org — Sep 8, 2018 12:25:10 PM
[235790]: [DFG] DFG should handle String#toString ...
[DFG] DFG should handle String#toString https://bugs.webkit.org/show_bug.cgi?id=189151 Reviewed by Saam Barati. JSTests: The error message in String#toString and String#valueOf is poor, which will be handled in a separate bug[1]. [1]: ...
By yusukesuzuki@slowstart.org — Sep 7, 2018 12:44:48 PM
← 1 2 3 4 5 6 7 8 9 10 11 12 13 →
Note: See TracSearch for help on searching.

Trac Powered

Powered by Trac 1.2.3
By Edgewall Software.

Hosted by Apple