Commits
User selector
Commit History
Commits on Apr 19, 2026
Drop jsDynamicCast<>() in favor of dynamicDowncast<>()
Show description for a6df288authored andcommitted
Commits on Sep 24, 2024
[JSC] ArrayProfile should keep DFG OSR exit data
Show description for e296432committed
Commits on Aug 6, 2024
[JSC] Implement Float16Array
Show description for 37e1627committed
Commits on Apr 20, 2024
Update CommaPrinter to take in an ASCIILiteral
Show description for b003870committed
Commits on Oct 5, 2023
[JSC] Remove locking for profile updates
Show description for d62f981committed
Commits on Mar 9, 2023
Non-unified build fixes, early March 2023 edition
Show description for 409dc44committed
Commits on Nov 17, 2022
[JSC] Implement growable SharedArrayBuffer part 2
Show description for fe4f0a4committed
Commits on Nov 4, 2022
[JSC] Use bit flags for ArrayProfile additional information to easily extend them
Show description for 7c2bd95committed
Commits on Sep 19, 2022
[JSC] Less locking for ValueProfile update
Show description for 98b6bc4committed
Commits on Sep 13, 2022
Unreviewed, reverting r254036@main.
Show description for 83af76fauthored andcommitted
Commits on Sep 1, 2022
[WebIDL] Eagerly allocate element wrappers onto a butterfly storage of a static NodeList
Show description for de4790bauthored andcommitted
Commits on Aug 31, 2022
Unreviewed, revert [253946@main] "[WebIDL] Eagerly allocate element wrappers onto a butterfly storage of a static NodeList"
Show description for 92775c2authored andcommitted
Commits on Aug 30, 2022
[WebIDL] Eagerly allocate element wrappers onto a butterfly storage of a static NodeList
Show description for 9d5bc2bauthored andcommitted
Commits on Aug 28, 2022
Unreviewed, reverting r253834@main.
Show description for badb430authored andcommitted
Commits on Aug 26, 2022
[WebIDL] Eagerly allocate element wrappers onto a butterfly storage of a static NodeList
Show description for e0c7989authored andcommitted
Commits on Apr 16, 2022
[JSC] Remove VM& parameter from structure related code including jsDyamicCast
Show description for a6d202ccommitted
Commits on Jan 31, 2022
Reland StructureID overhaul
Show description for c888e17committed
Commits on Dec 14, 2021
Roll back r286345, r286387, r286471, r286667, r286849
Show description for e552ce2committed
Commits on Dec 1, 2021
Structures should be allocated out of an aligned pool of memory so StructureID->Structure* is fast.
Show description for 5ce9b51committed
Commits on Sep 16, 2021
Unreviewed, reverting r282478.
Show description for 9539676committed
Commits on Sep 15, 2021
Move some profiling to UnlinkedCodeBlock
Show description for 0bdcc56committed
Commits on Feb 1, 2021
[JSC] Implement BigInt64Array and BigUint64Array
Show description for 5a13e56committed
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 22, 2019
[JSC] Shrink Metadata
Show description for 0746057committed
Commits on Jan 14, 2019
[JSC] Do not use asArrayModes() with Structures because it discards TypedArray information
Show description for a081fb0committed
Commits on Sep 8, 2018
Ensure that handleIntrinsicCall() is only applied on op_call shaped instructions.
Show description for 655b6b2committed
Mark Lam
Commits on Jul 25, 2018
Unreviewed, rolling out r234183.
Show description for c5fcad3committed[JSC] Record CoW status in ArrayProfile
Show description for 2c99891committed
Commits on May 22, 2018
We should have a CoW storage for NewArrayBuffer arrays.
Show description for c31e946committed
Commits on May 18, 2018
op_in should mark if it sees out of bounds accesses
Show description for dbb66d2committed
Commits on Dec 7, 2017
Modernize some aspects of text codecs, eliminate WebKit use of strcasecmp
Show description for cf6bc5bcommitted
Commits on Nov 15, 2016
Rename CONCURRENT_JIT/ConcurrentJIT to CONCURRENT_JS/ConcurrentJS
Show description for 53a5788committed
Filip Pizlo
Commits on Jun 5, 2015
[JSC] Always track out-of-bounds array access explicitly instead of relying on the slow case
Show description for c98a64bauthored andcommitted
Commits on Apr 28, 2015
[JSC] Add support for typed arrays to the Array profiling
Show description for 8549594authored andcommitted