Commits
User selector
Commit History
Commits on Sep 17, 2021
[JSC] Add fast property enumeration mode for JSON.stringify
Show description for 7ac9024committed
Commits on Feb 19, 2021
Implement a GC verifier.
Show description for c3ca5dccommitted
Mark Lam
Commits on May 11, 2020
[clang-tidy] Run modernize-use-nullptr over JSC
Show description for 82fa9aecommitted
Commits on Apr 17, 2020
Implement Promise.any and AggregateError
Show description for 0b23ca9committed
Commits on Mar 15, 2020
Should not use variable-length-array (VLA)
Show description for 003d037committed
Commits on Jan 17, 2020
Reland bytecode checkpoints since bugs have been fixed
Show description for 198b075committed
Commits on Jan 15, 2020
Revert bytecode checkpoints since it breaks watch
Show description for 356c0f3committed
Commits on Dec 24, 2019
DFG/FTL should be able to exit to the middle of a bytecode
Show description for c131525committed
Commits on Oct 22, 2019
[JSC] Thread JSGlobalObject* instead of ExecState*
Show description for cc5fb5ecommitted
Commits on Sep 7, 2018
[WebAssembly] Optimize JS to Wasm call by removing Vector allocation
Show description for 913d9a7committed
Commits on May 14, 2018
[JSC] Tweak LiteralParser to improve lexing performance
Show description for a73febdcommitted
Commits on Mar 7, 2018
MarkedArgumentsBuffer should allocate from the JSValue Gigacage
Show description for 6212a0dcommitted
Filip Pizlo
Commits on Mar 6, 2018
Fix std::make_unique / new[] using system malloc
Show description for 82f6bfacommitted
Commits on Nov 26, 2017
Make ArgList::data() private again when we can remove callWasmFunction().
Show description for fc79426committed
Commits on Nov 13, 2017
Add more overflow check book-keeping for MarkedArgumentBuffer.
Show description for a1faa9fcommitted
Mark Lam
Commits on Nov 3, 2017
CachedCall (and its clients) needs overflow checks.
Show description for 90a3216committed
Mark Lam
Commits on Nov 2, 2017
Add support to throw OOM if MarkedArgumentBuffer may overflow.
Show description for bb10620committed
Mark Lam
Commits on Feb 21, 2017
[Re-landing] CachedCall should let GC know to keep its arguments alive.
Show description for b110d80committed
Mark Lam
Commits on Feb 20, 2017
Unreviewed, rolling out r212618.
Show description for c53f04acommittedfunctionTestWasmModuleFunctions() should use a MarkedArgumentBuffer for storing args instead of a Vector.
Show description for a18fb9bcommitted
Mark LamCachedCall should let GC know to keep its arguments alive.
Show description for 2bcf177committed
Mark Lam
Commits on Dec 16, 2016
Get rid of HeapRootVisitor and make SlotVisitor less painful to use
Show description for fa093b2committed
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 Sep 22, 2016
Remove a bunch of unnecessary includes
Show description for 0e25412committed
Commits on Aug 17, 2016
Fixed a potential bug in MarkedArgumentBuffer.
Show description for 61c1560committed
Commits on Aug 15, 2016
Remove unused includes of wtf headers
Show description for 128d8bbauthored andcommitted
Commits on Feb 7, 2016
String.match should defend against matches that would crash the VM
Show description for 6438ed8committed
Filip Pizlo
Commits on Dec 4, 2013
Move the setting up of callee's callFrame from pushFrame to callToJavaScript thunk
Show description for 0dd0b3ecommitted
Commits on Sep 13, 2013
fourthTier: Change JSStack to grow from high to low addresses
Show description for 16a03dccommitted
Commits on Apr 18, 2013
Renamed JSGlobalData to VM
Show description for 3692f88committed
Commits on Apr 8, 2013
Use Vector::reserveInitialCapacity() when possible in JavaScriptCore runtime
Show description for d721296committed
Commits on Nov 7, 2012
Indentation of ArgList.h is wrong
Show description for 3b11f17committed
Filip Pizlo