Commits
User selector
Commit History
Commits on Jun 19, 2021
Unreviewed, reverting r278699.
Show description for 2bdd91ccommitted
Commits on Jun 10, 2021
[JSC] Remove useDataICInOptimizingJIT option
Show description for d8f9f3ecommitted
Commits on Jun 9, 2021
[JSC] Use DataIC for AccessCase
Show description for 4c4fb56committed
Commits on Jun 2, 2021
Remove <wtf/Optional.h>
Show description for 786e703committed
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on May 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on May 12, 2020
[clang-tidy] Run modernize-use-override over JSC, then ensure as much as possible is final
Show description for f7abfa5committedUnreviewed, reverting r261542.
Show description for df6c1d8committed
Truitt Savell[clang-tidy] Run modernize-use-override over JSC, then ensure as much as possible is final
Show description for 6643b47committed
Commits on Feb 1, 2020
[JSC] DFG::CommonData::shrinkToFit called before DFG::Plan::reallyAdd is called
Show description for 552ab4ecommitted
Commits on Jan 3, 2020
Experiment: create lots of different malloc zones for easier accounting of memory use
Show description for bc771eccommitted
Commits on Apr 30, 2019
Make JITType an enum class
Show description for 3cd69e7committed
Commits on Mar 14, 2019
[JSC] CodeBlock::visitChildren is reporting extra memory even when its JITCode is singleton
Show description for 2ac645ccommitted
Commits on Feb 14, 2019
[JSC] Non-JIT entrypoints should share NativeJITCode per entrypoint type
Show description for 6bb92c8committed
Commits on Feb 6, 2019
[JSC] NativeExecutable should be smaller
Show description for 0ed1dd0committed
Commits on Dec 20, 2018
wtf/Optional.h: move-constructor and move-assignment operator should disengage the value being moved from
Show description for 462a669committed
Commits on Apr 18, 2018
Templatize CodePtr/Refs/FunctionPtrs with PtrTags.
Show description for 675bff0committed
Mark Lam
Commits on Jun 25, 2017
Remove excessive headers from JavaScriptCore
Show description for 10859d7committed
Commits on Dec 13, 2016
Unreviewed, rolling out r209725.
Show description for 1232f67committed
Commits on Dec 12, 2016
REGRESSION(r209653): speedometer crashes making virtual slow path tailcalls
Show description for 32765c8committed
Commits on Dec 11, 2016
Unreviewed, rolling out r209653, r209654, r209663, and
Show description for f221755committed
Commits on Dec 10, 2016
JSVALUE64: Pass arguments in platform argument registers when making JavaScript calls
Show description for 7760dedcommitted
Commits on Nov 27, 2016
[WTF] Import std::optional reference implementation as WTF::Optional
Show description for dd0db06committed
Commits on Sep 28, 2016
Unreviewed, rolling out r206522.
Show description for 80675e4committedUnreviewed, rolling out r206506.
Show description for 16139c4committedAdopt #pragma once in JavaScriptCore
Show description for 359b077authored andcommitted
Commits on Mar 4, 2016
Remove "virtual" from all lines that have both "virtual" and "override".
Show description for d5dc4b7committed
Commits on Jan 30, 2016
JSC Sampling Profiler: Come up with a (program counter => CodeOrigin) mapping
Show description for d707ceecommitted
Commits on Oct 16, 2015
Move all the probe trampolines into their respective MacroAssembler files.
Show description for af20a4acommitted
Mark Lam
Commits on Oct 9, 2015
2015-10-09 Geoffrey Garen <ggaren@apple.com>
Show description for 20fd129committed2015-10-09 Geoffrey Garen <ggaren@apple.com>
Show description for d2b0369committed
Commits on Oct 8, 2015
Unreviewed Cloop build fix after bug: https://bugs.webkit.org/show_bug.cgi?id=149601
Show description for 91cd594committedWe should be able to inline getter/setter calls inside an inline cache even when the SpillRegistersMode is NeedsToSpill
Show description for b9d2fe7committed
Commits on Oct 7, 2015
Unreviewed, rolling back in r190450
Show description for 3a2f206committed
Commits on Oct 6, 2015
Unreviewed, rolling out r190589.
Show description for ee01594committed