Commits
User selector
Commit History
Commits on Jul 8, 2021
display-profiler-output should be able to print disassembly for the FTL
Show description for 3812f20committed
Commits on Jun 16, 2021
Drop the FTL(DFG) graph after lowering to B3
Show description for 1ba1f94committed
Robin Morisset
Commits on Jun 12, 2021
We should drop B3 values while running Air
Show description for 7e0ab48committed
Robin Morisset
Commits on Jun 8, 2021
Unreviewed, reverting r278371 and r278463.
Show description for 8be6104committed
Commits on Jun 4, 2021
Drop the FTL(DFG) graph after lowering to B3
Show description for e199d3ecommitted
Robin Morisset
Commits on Jun 2, 2021
Merge B3::StackSlot and Air::StackSlot
Show description for 7d1c307committed
Robin MorissetWe should drop B3 values while running Air
Show description for 899a26acommitted
Robin Morisset
Commits on May 14, 2021
m_calleeSaveRegisters should not be a pointer to a pointer
Show description for f2f2a52committed
Commits on May 12, 2021
Implement some common Baseline JIT slow paths using JIT thunks.
Show description for 335209ccommitted
Mark Lam
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 Apr 15, 2021
[JSC] Change Vector<> to FixedVector<> in DFG::CommonData if possible
Show description for 261b5bccommitted
Commits on Apr 7, 2021
[JSC] Use FixedVector more in bytecode dir and JumpTable
Show description for 9f3bc2bcommitted
Commits on May 23, 2020
Fix non-unified builds for x86_64
Show description for d7498f3committed
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01committed
Commits on Jan 31, 2020
Some improvements to DFG and FTL dumps to improve readability and searchability.
Show description for a919076committed
Mark Lam
Commits on Jan 29, 2020
Don't include CCallHelpers.h in B3Procedure.h
Show description for 8c3b60dcommitted
Robin Morisset
Commits on Oct 23, 2019
BytecodeIndex should be a proper C++ class
Show description for ee2d3efcommitted
Commits on Oct 22, 2019
[JSC] Thread JSGlobalObject* instead of ExecState*
Show description for cc5fb5ecommitted
Commits on Aug 19, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part
Show description for 8a462cbcommitted
Commits on Jun 10, 2019
[JSC] Linker fails when unified sources are not in use
Show description for 62def72committed
Commits on Apr 30, 2019
CodeBlock::m_instructionCount is wrong
Show description for e99cb4fcommittedMake JITType an enum class
Show description for 3cd69e7committed
Commits on Jul 24, 2018
Refactoring: make DFG::Plan a class.
Show description for 2409068committed
Mark Lam
Commits on Jul 21, 2018
[JSC] Use Function / ScopedLambda / RecursableLambda instead of std::function
Show description for 9019b49committed
Commits on Apr 18, 2018
Templatize CodePtr/Refs/FunctionPtrs with PtrTags.
Show description for 675bff0committed
Mark Lam
Commits on Apr 9, 2018
Add pointer profiling to the FTL and supporting code.
Show description for 5e00b73committed
Mark Lam
Commits on Mar 14, 2018
Enhance the MacroAssembler and LinkBuffer to support pointer profiling.
Show description for fcf6953committed
Mark Lam
Commits on Dec 5, 2017
GC constraint solving should be parallel
Show description for 0be502dcommitted
Filip Pizlo
Commits on Nov 30, 2017
Let's scramble MacroAssemblerCodePtr values.
Show description for cc32893committed
Mark Lam
Commits on Oct 20, 2017
WebAssembly: no VM / JS version of everything but Instance
Show description for 6b950e6committed
Commits on Oct 6, 2017
Unreviewed, rolling out r222791 and r222873.
Show description for 8171170authored andcommitted
Commits on Oct 3, 2017
WebAssembly: no VM / JS version of everything but Instance
Show description for 26ecac5committed
Commits on Sep 5, 2017
Support compiling catch in the FTL
Show description for 5ac059fcommitted
Commits on Sep 2, 2017
[DFG] Relax arity requirement
Show description for 2c84795committed
Commits on Apr 12, 2017
B3 -O1 should not allocateStackByGraphColoring
Show description for 72e8344committed
Filip Pizlo