Commits
User selector
Commit History
Commits on Oct 9, 2020
Unreviewed, reland r268170
Show description for 77e6cf4committedUnreviewed, reverting r268170 and r268190.
Show description for 5e91548committed
Commits on Oct 8, 2020
[JSC] Restrict more ptr-tagging and avoid using OperationPtrTag for JIT code
Show description for 2fdce0ecommitted
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01committed
Commits on May 11, 2020
[clang-tidy] Run modernize-use-nullptr over JSC
Show description for 82fa9aecommitted
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 May 13, 2018
CachedCall::call() should be faster
Show description for bbf923fcommitted
Filip Pizlo
Commits on Apr 18, 2018
Templatize CodePtr/Refs/FunctionPtrs with PtrTags.
Show description for 675bff0committed
Mark Lam
Commits on Apr 12, 2018
Consolidate some PtrTags.
Show description for e529282committed
Mark Lam
Commits on Mar 31, 2018
Add pointer profiling support in baseline JIT and supporting files.
Show description for 093088ccommitted
Mark Lam
Commits on Nov 30, 2017
Let's scramble MacroAssemblerCodePtr values.
Show description for cc32893committed
Mark Lam
Commits on Nov 7, 2017
Introduce a default RegisterSet constructor so that we can use { } notation.
Show description for c62ddc8committed
Mark Lam
Commits on Jan 27, 2017
classInfo should take a VM so it is not materialized from the object on each call
Show description for ec8d700committed
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 Sep 7, 2016
Add CatchScope and force all exception checks to be via ThrowScope or CatchScope.
Show description for 1f253c1committed
Mark Lam
Commits on Oct 14, 2015
Rename some JSC option names to be more uniform.
Show description for 631852ecommitted
Mark Lam
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 Sep 18, 2015
Remove register preservation and restoration stub code
Show description for fe09c30committed
Commits on Jul 28, 2015
Add logging when executable code gets deallocated
Show description for b0328a3committed
Filip Pizlo
Commits on Jul 10, 2015
DFG fragile frozen values are fundamentally broken
Show description for b7f4a03committed
Filip Pizlo
Commits on Dec 5, 2014
printInternal(PrintStream& out, JSC::JITCode::JITType type) ends up dumping a literal %s
Show description for 89dd6cccommitted
Filip Pizlo
Commits on Oct 20, 2014
Factor out JITCode::typeName() for debugging use.
Show description for 73a6b75committed
Mark Lam
Commits on Sep 13, 2014
Add JSCallee to program and eval CallFrames
Show description for 31e3e94committed
Commits on Sep 2, 2014
Out of bounds write in vmEntryToJavaScript / JSC::JITCode::execute
Show description for 2f5d7e7committed
Commits on Aug 16, 2014
Change callToJavaScript and callToNativeFunction so their callFrames match the native calling conventions
Show description for fc9787dcommitted
Commits on Feb 11, 2014
Rename Operations.h to JSCInlines.h
Show description for fcf5bb2committed
Filip Pizlo