Commits
User selector
Commit History
Commits on Mar 30, 2026
Adopt NODELETE in more places in Source/**
Show description for 61dfe11committed
Commits on Dec 22, 2025
[Swift in WebKit] Work towards having a proper JSC module (part 1)
Show description for d5630cecommitted
Commits on Nov 3, 2025
Support setting safeToCompareToEmptyOrDeleted in MemberBasedHash
Show description for acb1c76committed
Commits on Aug 7, 2025
[Swift in WebKit] Work towards modularizing JSC private headers (Part 1)
Show description for a9d3d11committed
Commits on Jan 6, 2025
Make HashSet validate its key by default in release builds
Show description for c9de3eacommitted
Commits on Sep 5, 2023
Let the compiler generate more comparison operators in JSC
Show description for e9e9369committed
Commits on Dec 1, 2021
Move Subspaces from VM to Heap.
Show description for e0c07decommitted
Mark Lam
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 Jul 17, 2020
[WTF] Remove the unnecessary inner class DefaultHash<T>::Hash
Show description for 247ce69committed
Commits on Oct 23, 2019
BytecodeIndex should be a proper C++ class
Show description for ee2d3efcommitted
Commits on Sep 18, 2019
Use constexpr instead of const in symbol definitions that are obviously constexpr.
Show description for 4875082committed
Mark Lam
Commits on Jul 22, 2018
We should support CreateThis in the FTL
Show description for d96818bcommitted
Filip Pizlo
Commits on Jan 13, 2018
Move ExitProfile to UnlinkedCodeBlock so it can be shared amongst CodeBlocks backed by the same UnlinkedCodeBlock
Show description for 3abf574committed
Commits on Oct 25, 2017
Fix implicit cast of enum, which seems to break the windows build of unified sources.
Show description for b397ff7committed
Commits on Nov 15, 2016
Rename CONCURRENT_JIT/ConcurrentJIT to CONCURRENT_JS/ConcurrentJS
Show description for 53a5788committed
Filip Pizlo
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 10, 2016
Polymorphic operands in operators coerces downstream values to double.
Show description for e96d0eccommitted
Filip Pizlo
Commits on Jun 16, 2015
Unreviewed, roll out unintended JSC change from https://trac.webkit.org/changeset/185425.
Show description for 719a6dccommitted
Filip Pizlo
Commits on Jun 10, 2015
JetStream should have a more rational story for jitter-oriented latency tests
Show description for de7fc11committed
Filip Pizlo
Commits on Nov 28, 2014
Use std::unique_ptr instead of OwnPtr in JSC classes
Show description for 3bb9392committed
Gyuyoung Kim
Commits on Nov 25, 2014
Clean up OwnPtr and PassOwnPtr in JSC - bytecode, jit, inspector, and interpreter
Show description for 8fa4952committed
Gyuyoung Kim
Commits on Jan 29, 2014
Merge the jsCStack branch
Show description for a3ac51dcommitted
Commits on Oct 18, 2013
Remove spaces between template angle brackets
Show description for cbed4b9committed
Anders Carlsson
Commits on Jul 25, 2013
fourthTier: DFG CFA should know when it hits a contradiction
Show description for 1116d63committed
Commits on Mar 18, 2013
DFG string conversions and allocations should be inlined
Show description for c2c7341committed
Filip Pizlo
Commits on Jan 8, 2013
Rationalize closure call heuristics and profiling
Show description for bd267adcommitted
Filip Pizlo
Commits on Dec 10, 2012
Profiler should say things about OSR exits
Show description for 64e9468committed
Filip Pizlo
Commits on Nov 8, 2012
JSC should infer when indexed storage contains only integers or doubles
Show description for 225306dcommitted
Filip Pizlo
Commits on Nov 6, 2012
DFG should not fall down to patchable GetById just because a prototype had things added to it
Show description for 056dfb7committed
Filip Pizlo
Commits on Oct 19, 2012
Baseline array profiling should be less accurate, and DFG OSR exit should update array profiles on CheckArray and CheckStructure failure
Show description for 2ddae7ccommitted
Filip Pizlo
Commits on Sep 5, 2012
DFG GetByVal for JSArrays shouldn't OSR exit every time that the index is out of bound
Show description for be23184committed
Filip Pizlo
Commits on Sep 4, 2012
Unreviewed, rolling out r127503.
Show description for 832d4abauthored andcommitted