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

Context Navigation



Results (41 - 50 of 127)

← 1 2 3 4 5 6 7 8 9 10 11 12 13 →
Quickjump to ​yusukesuzuki@slowstart.org
[238778]: [JSC] Keep TypeMaybeBigInt small ...
[JSC] Keep TypeMaybeBigInt small https://bugs.webkit.org/show_bug.cgi?id=192203 Reviewed by Saam Barati. As BigInt is being implemented, more and more bytecodes start returning BigInt. It means that ResultType of these bytecodes include ...
By yusukesuzuki@slowstart.org — Dec 1, 2018 12:38:53 AM
[238439]: [JSC] Drop ARM_TRADITIONAL support in LLInt, baseline JIT, and DFG ...
[JSC] Drop ARM_TRADITIONAL support in LLInt, baseline JIT, and DFG https://bugs.webkit.org/show_bug.cgi?id=191675 Reviewed by Mark Lam. Source/JavaScriptCore: We no longer maintain ARM_TRADITIONAL LLInt and JIT in JSC. This architecture ...
By yusukesuzuki@slowstart.org — Nov 21, 2018 9:47:05 PM
[238435]: [JSC] Use ProtoCallFrame::numberOfRegisters instead of raw number `4` ...
[JSC] Use ProtoCallFrame::numberOfRegisters instead of raw number `4` https://bugs.webkit.org/show_bug.cgi?id=191877 Reviewed by Sam Weinig. Instead of hard-coding `4` into LowLevelInterpreter, use ProtoCallFrame::numberOfRegisters. * i ...
By yusukesuzuki@slowstart.org — Nov 21, 2018 6:57:14 PM
[238376]: [WebAssembly] I64 arguments / return value check should be moved from ...
[WebAssembly] I64 arguments / return value check should be moved from callWebAssemblyFunction to JSToWasm wrapper https://bugs.webkit.org/show_bug.cgi?id=190512 Reviewed by Keith Miller. This patch moves I64 arguments / return value chec ...
By yusukesuzuki@slowstart.org — Nov 19, 2018 8:49:43 AM
[238367]: Consider removing double load for accessing the instructions from ...
Consider removing double load for accessing the instructions from LLInt https://bugs.webkit.org/show_bug.cgi?id=190932 Reviewed by Mark Lam. Changing InstructionStream to RefCountedArray like structure involves so much changes including ...
By yusukesuzuki@slowstart.org — Nov 18, 2018 10:51:54 PM
[238365]: Unreviewed, rolling in the rest of r237254 ...
Unreviewed, rolling in the rest of r237254 https://bugs.webkit.org/show_bug.cgi?id=190340 JSTests: * ChakraCore/test/Function/FuncBodyES5.baseline-jsc: * stress/function-cache-with-parameters-end-position.js: Added. (shouldBe): (shouldTh ...
By yusukesuzuki@slowstart.org — Nov 18, 2018 11:10:08 AM
[238361]: Use Box<BinarySemaphore> instead of dispatch_semaphore_t ...
Use Box<BinarySemaphore> instead of dispatch_semaphore_t https://bugs.webkit.org/show_bug.cgi?id=189691 Reviewed by Ryosuke Niwa. Use Box<BinarySemaphore> instead, which utilizes our WTF::Lock mechanism. * NetworkProcess/watchos/Network ...
By yusukesuzuki@slowstart.org — Nov 18, 2018 4:50:21 AM
[238185]: Unreviewed, rolling in CodeCache in r237254 ...
Unreviewed, rolling in CodeCache in r237254 https://bugs.webkit.org/show_bug.cgi?id=190340 Land the CodeCache part without adding an additional hash value. * bytecode/UnlinkedFunctionExecutable.cpp: (JSC::UnlinkedFunctionExecutable::from ...
By yusukesuzuki@slowstart.org — Nov 14, 2018 10:49:22 AM
[238088]: WTFMove(xxx) is used in arguments while other arguments touch xxx ...
WTFMove(xxx) is used in arguments while other arguments touch xxx https://bugs.webkit.org/show_bug.cgi?id=191544 Reviewed by Alex Christensen. The order of the evaluation of C++ arguments is undefined. If we use WTFMove(xxx), xxx should ...
By yusukesuzuki@slowstart.org — Nov 12, 2018 8:48:22 AM
[238085]: IDBTransaction does not use "RefPtr<IDBTransaction> self" ...
IDBTransaction does not use "RefPtr<IDBTransaction> self" https://bugs.webkit.org/show_bug.cgi?id=190436 Reviewed by Alex Christensen. It seems that `RefPtr<IDBTransaction> self;` is not effective since it does not capture anything. Use ...
By yusukesuzuki@slowstart.org — Nov 12, 2018 6:55:03 AM
← 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