Commits
User selector
Commit History
Commits on Sep 2, 2021
Add more support for JIT operation validation testing.
Show description for 41bdcb7committed
Mark Lam
Commits on Aug 29, 2021
Add openFile function to jsc.cpp that links to file backed memory
Show description for 4a037edcommitted
Commits on Jul 22, 2021
useProfiler option should automatically disable concurrent JIT
Show description for f9ea45ccommitted
Commits on Jul 11, 2021
[JSC] Workaround test262.report bug by making $ properties enumerable
Show description for 95c47accommitted
Commits on Jun 28, 2021
Prevent sign-extended casts for 32 bits arch
Show description for a72d685authored andcommitted
Commits on Jun 22, 2021
jitCompileAndSetHeuristics shouldn't return true when we fail to compile
Show description for da9b14fcommitted
Commits on Jun 9, 2021
Fix inadvertent tag corruption in functionAddressOf
Show description for c42454dauthored andcommitted
Commits on Jun 5, 2021
Use Vector<uint8_t> instead of Vector<char> to store bytes in SharedBuffer
Show description for 3194bf4committed
Commits on Jun 3, 2021
Unreviewed, reverting r278356.
Show description for ca73860committed
Commits on Jun 2, 2021
Convert small JIT pool tests into executable fuzzing
Show description for 10de703committed
Commits on May 29, 2021
VM::isTerminationException() should only be run on a non-null exception value.
Show description for 3c31cf7committed
Mark Lam
Commits on May 28, 2021
Add the ability to dump statistics about cumulative counts and code sizes of Baseline JIT opcodes and DFG nodes
Show description for 53014e3committedThe jsc shell should not continue executing after a termination has been received.
Show description for 942992acommitted
Mark Lam
Commits on May 26, 2021
Use UncheckedLock even less in JavaScriptCore
Show description for 321cdfccommitted
Commits on May 24, 2021
Remove StringBuilder::appendLiteral
Show description for 4d78e56committedMake CheckedLock the default Lock
Show description for e801aaacommitted
Commits on May 22, 2021
Stop using holdLock() in JSC as it is not compatible with Clang thread safety analysis
Show description for 83f518bcommitted
Commits on May 18, 2021
[PlayStation] Fix PlayStation port
Show description for e6a6b25committed
Commits on May 14, 2021
Rename FileSystem::getFileSize() to FileSystem::fileSize()
Show description for 7f42cb6committed
Commits on May 10, 2021
Add support to collect stats on cumulative LinkBuffer linked sizes based on profiles.
Show description for f551322committed
Mark Lam
Commits on May 6, 2021
Forbid further execution in jsc shell if execution is terminated.
Show description for e624da6committed
Mark Lam
Commits on Apr 29, 2021
Commits on Apr 28, 2021
Fix exception assertions in light of the TerminationException.
Show description for 8e87fb4committed
Mark Lam
Commits on Apr 15, 2021
Optimize the DeferTermination scope to be more efficient.
Show description for 97a7d4bcommitted
Mark Lam
Commits on Apr 14, 2021
Apply DeferTermination in some utility functions in the jsc shell.
Show description for 7892523committed
Mark Lam
Commits on Apr 8, 2021
Rename and make the TerminationException a singleton.
Show description for c803659committed
Mark Lam
Commits on Mar 30, 2021
Add disableForwardingVPrintfStdErrToOSLog() and use it in the jsc shell.
Show description for 6c13f70committed
Mark Lam
Commits on Mar 19, 2021
Add PropertyName parameter to custom setters to allow shared implementations to do late name lookup
Show description for c34e2d5committed
Sam Weinig
Commits on Mar 11, 2021
Use RetainPtr<> / OSObjectPtr<> more in WebKit
Show description for 27d4cf2committed
Commits on Mar 3, 2021
Flaky JSC test: stress/shared-array-buffer-sort-while-different-thread-is-modifying.js.default
Show description for 248ba20committed
Commits on Mar 1, 2021
[JSC] Add gc and clearKeptObjects to $262
Show description for 3b75025committed
Commits on Feb 28, 2021
[JSC] Update test262 host environments
Show description for 840f781committed
Commits on Jan 23, 2021
[JSC] DeferredWorkTimer should clear pending task after running
Show description for 335a4d3committedREGRESSION (r271731): Unchecked JS exception under GlobalObject::moduleLoaderFetch
Show description for 3b14436committed
Commits on Jan 22, 2021
Disable Options:useAtMethod because of compatibility issue.
Show description for 631cd20committed
Mark Lam