Commits
User selector
Commit History
Commits on May 30, 2021
Stop using UncheckedLock in JSC::VMInspector
Show description for 6f73908committed
Commits on May 29, 2021
Stop using UncheckedLock in WTF::MetaAllocator
Show description for ebdfb12committed
Commits on May 24, 2021
Make CheckedLock the default Lock
Show description for e801aaacommitted
Commits on Jun 3, 2020
VMInspector APIs should be taking a VM* instead of a JSGlobalObject*.
Show description for 1e111b8committed
Mark Lam
Commits on Dec 17, 2019
Relanding r253581: Changed jsc shell timeout mechanism to leverage the VMTraps and use CPUTime.
Show description for ef6633dcommitted
Mark LamRolling out: r253581 is failing tests on a release build.
Show description for fb4ad29committed
Mark Lam
Commits on Dec 16, 2019
Changed jsc shell timeout mechanism to leverage the VMTraps and use CPUTime.
Show description for c930a3ccommitted
Mark Lam
Commits on Oct 22, 2019
[JSC] Thread JSGlobalObject* instead of ExecState*
Show description for cc5fb5ecommitted
Commits on Sep 24, 2019
Introducing Integrity audit functions.
Show description for 5c13e16committed
Mark Lam
Commits on Sep 20, 2019
Rename VMInspector::m_list to m_vmList.
Show description for 3e292cdcommitted
Mark Lam
Commits on Aug 2, 2019
Add crash diagnostics for debugging unexpected zapped cells.
Show description for 2fe5714committed
Mark Lam
Commits on Jul 29, 2019
Unreviewed, rolling out r247886.
Show description for 5cbd73dcommitted
Commits on Jul 27, 2019
Add crash diagnostics for debugging unexpected zapped cells.
Show description for bde1d67committed
Mark Lam
Commits on Feb 22, 2019
[JSC] Use Fast Malloc as much as possible
Show description for d28ad86committed
Commits on Aug 28, 2018
Fix bit-rotted Interpreter::dumpRegisters() and move it to the VMInspector.
Show description for 041524dcommitted
Mark Lam
Commits on Jul 30, 2018
Add a debugging utility to dump the memory layout of a JSCell.
Show description for 9177885committed
Mark Lam
Commits on Jun 27, 2018
Fix a bug in $vm.callFrame() and apply previously requested renaming of $vm.println to print.
Show description for 2f750c6committed
Mark Lam
Commits on Nov 24, 2017
Fix CLoop::sanitizeStack() bug where it was clearing part of the JS stack in use.
Show description for ee7b1d5committed
Mark Lam
Commits on Nov 14, 2017
Remove JSDollarVMPrototype.
Show description for bfea21ecommitted
Mark Lam
Commits on Mar 9, 2017
Make the VM Traps mechanism non-polling for the DFG and FTL.
Show description for 87de3e2committed
Mark Lam
Commits on Feb 5, 2017
The VMInspector should use an RAII Locker.
Show description for de747b9committed
Mark Lam
Commits on Feb 2, 2017
Add a SIGILL crash analyzer to make debugging SIGILLs easier.
Show description for 83fa95bcommitted
Mark Lam
Loading