Commits
User selector
Commit History
Commits on Apr 18, 2021
[JSC] Make more DFG/FTL data FixedVector/Vector
Show description for 3f2e067committed
Commits on Apr 7, 2021
[JSC] Use FixedVector more in JSC
Show description for 40bebd0committed
Commits on Apr 6, 2021
[WTF] Introduce FixedVector and use it for FixedOperands
Show description for fe1e360committed
Commits on Apr 28, 2020
OSR Exit compiler should know and print the exiting DFG node's index
Show description for 3f2a51bcommittedUnreviewed, reverting r260772.
Show description for 1bd6ab2committed
Jason Lawrence
Commits on Apr 27, 2020
OSR Exit compiler should know and print the exiting DFG node's index
Show description for 43a804fcommitted
Commits on Jan 17, 2020
Reland bytecode checkpoints since bugs have been fixed
Show description for 198b075committed
Commits on Jan 15, 2020
Revert bytecode checkpoints since it breaks watch
Show description for 356c0f3committed
Commits on Dec 24, 2019
DFG/FTL should be able to exit to the middle of a bytecode
Show description for c131525committed
Commits on Oct 10, 2018
[JSC] Rename createXXX to tryCreateXXX if it can return RefPtr
Show description for fe8ab64committed
Commits on Apr 18, 2018
Templatize CodePtr/Refs/FunctionPtrs with PtrTags.
Show description for 675bff0committed
Mark Lam
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 May 19, 2016
DFG::LICMPhase shouldn't hoist type checks unless it knows that the check will succeed at the loop pre-header
Show description for 601bad1committed
Filip Pizlo
Commits on Feb 18, 2016
Remove LLVM dependencies from WebKit
Show description for bbc738dcommitted
Filip Pizlo
Commits on Jan 29, 2016
Exits from exceptions shouldn't jettison code
Show description for 6a41d37committed
Commits on Dec 7, 2015
FTL B3 should be able to make JS->JS calls
Show description for ff4d516committed
Filip Pizlo
Commits on Dec 3, 2015
FTL::OSRExitDescriptor should use less memory by having a companion object that dies after compilation
Show description for 2fba074committedFTL B3 should support OSR exit
Show description for f918befcommitted
Filip Pizlo
Commits on Dec 1, 2015
Refactor FTL sub snippet code to support general binary op snippets.
Show description for a5217c7committed
Mark LamFTL OSR Exits that are exception handlers should not have two different entrances. Instead, we should have two discrete OSR exits that do different things.
Show description for a4b43c8committed
Commits on Nov 18, 2015
[JSC] Untangle the dependencies on FTLAbbreviations a bit
Show description for a774e68authored andcommitted
Commits on Nov 13, 2015
sub IC does not properly handle exception handling now that try/catch is compiled in the FTL
Show description for 7eb6f4ecommitted
Commits on Nov 10, 2015
Rename FTL's ExitArgumentList to something more indicative of what it is
Show description for c049bd3committedImplement try/catch in the FTL
Show description for 0ee8335committed
Commits on Oct 19, 2015
FTL should generate a unique OSR exit for each duplicated OSR exit stackmap intrinsic.
Show description for 9335f1ccommitted
Commits on Sep 4, 2015
Get rid of FTLValueFormat
Show description for 92cc73acommitted
Basile Clement
Commits on Jul 10, 2015
DFG fragile frozen values are fundamentally broken
Show description for b7f4a03committed
Filip Pizlo
Commits on Feb 26, 2015
DFG SSA stack accesses shouldn't speak of VariableAccessDatas
Show description for 77372edcommitted
Filip Pizlo
Commits on Feb 18, 2015
Clean up OSRExit's considerAddingAsFrequentExitSite()
Show description for 52eb768authored andcommitted
Commits on Sep 26, 2014
FTL should sink object allocations
Show description for a64587ccommitted
Filip Pizlo
Commits on Feb 20, 2014
Get rid of redundant Platform.h includes
Show description for d946cd4committed
Commits on Jan 29, 2014
Merge the jsCStack branch
Show description for a3ac51dcommitted
Commits on Dec 29, 2013
Get rid of DFG forward exiting
Show description for ed77d57committed
Filip Pizlo