Commits
User selector
Commit History
Commits on Oct 30, 2024
Added skip markers for JavaScriptCore and WebCore files that do not conform to -Wunsafe-buffer-usage
Show description for b942617committed
Commits on Apr 1, 2024
Drop String::fromUTF8() overloads taking in a raw pointer and a size
Show description for df2cc08committed
Commits on Jul 6, 2023
Unreviewed, reverting 265800@main.
Show description for 9ea2a85authored andcommittedUnreviewed, reverting 265586@main.
Show description for 422ff29authored andcommitted
Commits on Jun 28, 2023
[JSC] Use JSONValues for Bytecode Profiler output instead of JSC's JSON
Show description for 9272021committed
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01committed
Commits on Oct 22, 2019
[JSC] Thread JSGlobalObject* instead of ExecState*
Show description for cc5fb5ecommitted
Commits on Aug 27, 2019
Refactor to use VM& instead of VM* at as many places as possible.
Show description for b236c61committed
Mark Lam
Commits on Sep 9, 2017
Avoid duplicate computations of ExecState::vm().
Show description for a88ab91committed
Mark Lam
Commits on Sep 6, 2016
Butterflies should be allocated in Auxiliary MarkedSpace instead of CopiedSpace and we should rewrite as much of the GC as needed to make this not a regression
Show description for 7e1d324committed
Filip Pizlo
Commits on Aug 24, 2016
Unreviewed, roll out r204901, r204897, r204866, r204856, r204854.
Show description for 48ee972committed
Filip Pizlo
Commits on Aug 23, 2016
Butterflies should be allocated in Auxiliary MarkedSpace instead of CopiedSpace and we should rewrite as much of the GC as needed to make this not a regression
Show description for 065a045committed
Filip Pizlo
Commits on Feb 11, 2014
Rename Operations.h to JSCInlines.h
Show description for fcf5bb2committed
Filip Pizlo
Commits on Apr 18, 2013
Renamed JSGlobalData to VM
Show description for 3692f88committed
Commits on Jan 29, 2013
Static size inference for JavaScript objects
Show description for 1d8fa71committed
Commits on Jan 12, 2013
The JITThunks class should be in its own file, and doing so should not break the build
Show description for 2ae1f45committed
Filip Pizlo
Commits on Dec 5, 2012
JSC profiler should not count executions of op_call_put_result because doing so changes DFG codegen
Show description for a407a09committed
Filip PizloJSC should be able to report profiling data associated with the IR dumps and disassembly
Show description for d374936committed
Filip Pizlo
Loading