Commits
User selector
Commit History
Commits on Apr 9, 2026
[GTK][WPE] Non-unified build fixes, April 2026 edition
Show description for a1426e1authored andcommitted
Commits on Feb 25, 2026
[JSC] DFGDriver should use mode-specific compilation options for FTL
Show description for d7f3c7ecommitted
Commits on May 26, 2021
Use UncheckedLock less in JavaScriptCore
Show description for 91e855ecommitted
Commits on May 24, 2021
Make CheckedLock the default Lock
Show description for e801aaacommitted
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01committed
Commits on Jan 31, 2020
Some improvements to DFG and FTL dumps to improve readability and searchability.
Show description for a919076committed
Mark Lam
Commits on Apr 5, 2018
[WTF] Remove StaticLock
Show description for 488014dcommitted
Commits on Aug 7, 2015
Lightweight locks should be adaptive
Show description for 8cff262committed
Filip PizloSource/JavaScriptCore:
Show description for c4c6157authored andcommittedLightweight locks should be adaptive
Show description for c869872committed
Filip Pizlo
Commits on Apr 29, 2015
FTL should fully support Switch (it currently lacks the SwitchString variant)
Show description for ccbbacecommitted
Filip Pizlo
Commits on Mar 13, 2015
Replace TCSpinLock with a new WTF::SpinLock based on WTF::Atomic.
Show description for 541755ccommitted
Mark LamIntroduce WTF::Atomic to wrap std::atomic for a friendlier CAS.
Show description for 4469e6fcommitted
Mark LamChange the DFG crashLock to use std::atomic.
Show description for 1e4eaebcommitted
Mark Lam
Commits on Feb 18, 2015
DFG should really support varargs
Show description for b90c23dcommitted
Filip Pizlo
Commits on Jul 23, 2014
Merge r169148, r169185, r169188, r169578, r169582, r169584, r169588, r169753 from ftlopt.
Show description for f14fbd3committed
Filip Pizlo
Commits on May 8, 2014
SSA conversion should delete PhantomLocals for captured variables
Show description for 8e5a7b7committed
Filip Pizlo
Commits on Feb 17, 2014
Move back primary header includes next to config.h
Show description for 9bb13c5committed
Commits on Feb 11, 2014
Rename Operations.h to JSCInlines.h
Show description for fcf5bb2committed
Filip Pizlo
Commits on Feb 10, 2014
Never include *Inlines.h files in interface headers, and never include *Inlines.h when you could include Operations.h instead
Show description for b31199bcommitted
Filip Pizlo
Commits on Jul 25, 2013
fourthTier: DFG IR dumps should be easier to read
Show description for ff265c8committedfourthTier: DFG should have an SSA form for use by FTL
Show description for 6d88883committed
Commits on Mar 6, 2013
DFG DCE might eliminate checks unsoundly
Show description for d7da99ccommitted
Filip Pizlo
Commits on Feb 28, 2013
DFG CFA should leave behind information in Edge that says if the Edge's type check is proven to succeed
Show description for 265939ecommitted
Filip Pizlo
Commits on Feb 9, 2013
DFG should allow phases to break Phi's and then have one phase to rebuild them
Show description for 39a8f3ecommitted
Filip Pizlo
Commits on Jan 29, 2013
DFG should not use a graph that is a vector, Nodes shouldn't move after allocation, and we should always refer to nodes by Node*
Show description for 92bc7cecommitted
Filip Pizlo
Loading