Commits
User selector
Commit History
Commits on Mar 9, 2026
Adopt LIFETIME_BOUND in more places in JavaScriptCore
Show description for 75c21decommitted
Commits on Dec 24, 2025
[Swift in WebKit] Work towards having a proper JSC module (part 2)
Show description for 67be849committed
Commits on Aug 9, 2025
[JSC] Remove WasmLLInt
Show description for 83cc090committed
Commits on Aug 7, 2025
[Swift in WebKit] Work towards modularizing JSC private headers (Part 1)
Show description for a9d3d11committed
Commits on Jan 3, 2025
Change TZoneHeap so that it can be enabled/disabled based on a runtime configuration.
Show description for d9c3915committed
Mark Lam
Commits on Dec 11, 2023
Implement and Apply TZone Allocation Macros
Show description for a968122committed
Commits on Oct 6, 2022
Revert clang-tidy change since it broke 32bit and watchOS
Show description for aabfacbcommitted
Commits on Sep 18, 2022
Ran clang-tidy on JSC, WTF and bmalloc
Show description for 700ac83committed
Commits on Mar 3, 2022
Refactor OpcodeTraits to support the possibility of having 2-byte WASM opcode ids in bytecode streams
Show description for 72c2052committed
Justin Michaud
Commits on Jun 27, 2020
BytecodeBasicBlock::addSuccessor should check if the successor already exists
Show description for c199226committed
Commits on Feb 4, 2020
[JSC] Introduce UnlinkedCodeBlockGenerator and reduce sizeof(UnlinkedCodeBlock)
Show description for 3922bd4committed
Commits on Jan 30, 2020
[WTF] Remove PackedIntVector
Show description for 2260bc2committed[JSC] Remove unnecessary allocations in BytecodeBasicBlock
Show description for 3033d10committed
Commits on Jan 3, 2020
Experiment: create lots of different malloc zones for easier accounting of memory use
Show description for bc771eccommitted
Commits on Oct 29, 2018
New bytecode format for JSC
Show description for c57dd45committed
Commits on Oct 26, 2018
Unreviewed, rolling out r237479 and r237484.
Show description for 0e37616committedNew bytecode format for JSC
Show description for 83d3012committed
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 Aug 25, 2016
[DFG][FTL] Implement ES6 Generators in DFG / FTL
Show description for a9880bdcommitted
Commits on Aug 15, 2016
Remove unused includes of wtf headers
Show description for 128d8bbauthored andcommitted
Commits on Aug 24, 2015
[JSC] Reduce the memory usage of BytecodeLivenessAnalysis
Show description for e2e21b8authored andcommitted
Commits on Nov 18, 2013
FTL should have an explicit notion of bytecode liveness
Show description for fe6295fcommitted
Filip Pizlo
Commits on Nov 12, 2013
CodeBlocks should be able to determine bytecode liveness
Show description for 53f8061committed
Mark Hahnenberg
Loading