Commits
User selector
Commit History
Commits on Apr 23, 2025
Fix DFG Int52 handling around negative zero
Show description for ea3cfb6committed
Commits on Feb 21, 2025
Address safer C++ static analysis warnings in WKObject.h
Show description for a40f3a3committed
Commits on Jan 19, 2025
Prepare for -Wunsafe-buffer-usage-in-libc-call
Show description for 9b61e37committed
Commits on May 31, 2024
Prepare to use C++23 in WebKit
Show description for 272547dcommitted
Commits on Jul 31, 2023
[JSC] Make speculationFromValue cheap
Show description for ea191c9committed
Commits on Apr 16, 2022
[JSC] Remove VM& parameter from structure related code including jsDyamicCast
Show description for a6d202ccommitted
Commits on Jul 24, 2020
[JSC] DFG::AbstractValue::filterByValue should re-filter configured m_value via m_type
Show description for 29ec0b7committed
Commits on May 28, 2020
for-of should check the iterable is a JSArray for FastArray in DFG iterator_open
Show description for 05ecd4ecommitted
Commits on May 19, 2020
REGRESSION(r261755): Win/Linux non-unified builds have hundreds of link failures
Show description for 1dc916acommitted
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 Jan 22, 2020
[JSC] Add CheckArrayOrEmpty to handle the case when hoisting CheckArray for places where input can be empty
Show description for f38c386committed
Commits on Jun 17, 2019
Rename AtomicString to AtomString
Show description for 4da2beccommitted
Commits on May 8, 2019
Invalid DFG JIT genereation in high CPU usage state
Show description for 0acdb70committed
Commits on Apr 20, 2019
AbstractValue can represent more than int52
Show description for 931be49committed
Commits on Apr 15, 2019
mergeOSREntryValue is wrong when the incoming value does not match up with the flush format
Show description for 856c771committed
Commits on Apr 9, 2019
Clean up Int52 code and some bugs in it
Show description for bd19ce3committed
Commits on Mar 15, 2019
REGRESSION(r242841): Fix conservative DFG OSR entry validation to accept values which will be stored in AnyInt / Double flush formats
Show description for 2b8fd27committed
Commits on Jan 16, 2019
Try ripping out inferred types because it might be a performance improvement
Show description for a54921dcommitted
Commits on Jan 15, 2019
[JSC] AI should check the given constant's array type when folding GetByVal into constant
Show description for a339809committed
Commits on Jan 14, 2019
[JSC] Do not use asArrayModes() with Structures because it discards TypedArray information
Show description for a081fb0committed
Commits on Oct 22, 2018
DFGAbstractValue::m_arrayModes expects IndexingMode values, not IndexingType.
Show description for 554bcffcommitted
Mark Lam
Commits on May 31, 2018
[JSC] Pass VM& parameter as much as possible
Show description for 599d9b7committed
Commits on May 9, 2018
Speed up AbstractInterpreter::executeEdges
Show description for 0ccd1fdcommitted
Filip Pizlo
Commits on May 8, 2018
InPlaceAbstractState::beginBasicBlock shouldn't have to clear any abstract values
Show description for 8de6b09committed
Filip PizloUnreviewed, rolling out r231468.
Show description for 247bf88committedDFG AI should have O(1) clobbering
Show description for 796a50acommitted
Filip PizloInPlaceAbstractState::beginBasicBlock shouldn't have to clear any abstract values
Show description for 7132a82committed
Filip Pizlo
Commits on Apr 11, 2018
[ESNext][BigInt] Add support for BigInt in SpeculatedType
Show description for fe50b2ecommitted
Commits on Jan 26, 2017
Harden how the compiler references GC objects
Show description for 5eeeab9committed
Commits on Oct 6, 2016
[DOMJIT] Add initial CheckDOM and CallDOM implementations
Show description for 2465184committed
Commits on Aug 31, 2016
[JSC] AbstractValue can contain padding which is not zero-filled
Show description for 7f1a757committed
Commits on Aug 3, 2016
[JSC] Fix Windows build after r204065
Show description for 956be06committed[JSC] Simplify the initialization of AbstractValue in the AbstractInterpreter
Show description for b3ed2becommitted