Commits
User selector
Commit History
Commits on Sep 23, 2021
[libpas] fix DebugHeap
Show description for 624c1c9committed
Filip Pizlo
Commits on Sep 22, 2021
[bmalloc] freeableMemory and footprint of Heap are completely broken
Show description for 74463d4committed
Commits on Sep 16, 2021
Stub out the footprint() API when libpas is in use
Show description for 1e92354committed
Filip Pizlo[libpas] Update to 38b9b0b92ccc9628627c742523de6200acc08211 and fully enable on AS
Show description for 124bf26committed
Filip Pizlo
Commits on Sep 2, 2021
Add more support for JIT operation validation testing.
Show description for 41bdcb7committed
Mark Lam
Commits on Jul 14, 2021
[BMalloc] Lazily allocate physical pages
Show description for 8e1ec1dcommitted
Commits on Jul 13, 2021
New malloc algorithm
Show description for b6d532acommitted
Commits on Jul 6, 2021
[bmalloc] Make adaptive scavenging more precise
Show description for fb8d4c9committed
Commits on Jun 24, 2021
Base Options::useWebAssemblyFastMemory's default value on Gigacage::hasCapacityToUseLargeGigacage.
Show description for 05baca0committed
Mark Lam
Commits on Jun 21, 2021
makeUnique cannot be used to instantiate function-local classes
Show description for 4c3fe19authored andcommitted
Commits on Jun 18, 2021
Define MacroAssemblerARM64E::numberOfPACBits based on OS_CONSTANT(EFFECTIVE_ADDRESS_WIDTH).
Show description for 2a47bc2committed
Mark Lam
Commits on Jun 4, 2021
2021-06-03 Michael Saboff <msaboff@apple.com>
Show description for cbefc04committed
Commits on May 31, 2021
[bmalloc] Make adaptive scavenging more precise
Show description for ccb5065committed
Commits on May 21, 2021
[bmalloc] Rollout r276266 because WebKit processes are spending much more time in madvise
Show description for 3396bdecommitted
Commits on Apr 19, 2021
[bmalloc] Enable Adaptive Scavenger for Mac
Show description for 824e134committed
Commits on Feb 16, 2021
[ARM64] Change break instruction comment to indicate possible security failure
Show description for c5b835ecommitted
Commits on Nov 4, 2020
Remove bmalloc::logVMFailure() and BSoftLinking.h
Show description for 8b86e63committed
Commits on Sep 21, 2020
Move some LLInt globals into JSC::Config.
Show description for 6c7df21committed
Mark Lam
Commits on Aug 7, 2020
Use thread_switch instead of switch_pri to drop priority to zero for 1ms instead of 10
Show description for f4bfefbcommitted
Commits on Jun 22, 2020
Only use vm_kernel_page_size on arm architectures
Show description for da65b11committed
Commits on Jun 20, 2020
[JSC] Check Gigacage usage before launching VM
Show description for ff1b81ecommitted
Commits on Jun 2, 2020
Change Gigacage::Config to use storage in WebConfig::g_config instead of its own.
Show description for c9b3c10committed
Mark Lam
Commits on May 23, 2020
[bmalloc] Fix OOM errors on MIPS after r261667
Show description for 8e31e94committed
Commits on May 18, 2020
Implement a faster findBitInWord() using the hardware ctz instruction.
Show description for 95f8bc7committed
Mark Lam
Commits on May 14, 2020
[bmalloc] Introduce lock-less ObjectType query
Show description for 8df0f09committed
Commits on May 12, 2020
[bmalloc][WTF] Add computing memory size implementation for FreeBSD
Show description for 956fc97committed
Commits on May 9, 2020
[WTF] Share Linux's MemoryPressureHandler among other Unix ports
Show description for 30bedd1committed
Commits on May 6, 2020
Don't use the DebugHeap for catalyst
Show description for 33821b0committed
Commits on May 1, 2020
Use export macros on all platforms
Show description for 037a5cdcommitted
Commits on Apr 29, 2020
Freezing of Gigacage and JSC Configs should be thread safe.
Show description for c998bb0committed
Mark Lam
Commits on Apr 7, 2020
RAMification should have a way of gathering vmmaps for each test at the end of each run
Show description for a30a62fcommitted
Commits on Apr 1, 2020
Update check for aarch64
Show description for 9a0edbfauthored andcommitted
Commits on Mar 14, 2020
configSizeToProtect should be 16KB
Show description for 05313b2committed
Commits on Mar 9, 2020
Build failure on ppc64le if __unix is undefined
Show description for 6a93c16authored andcommitted
Commits on Mar 1, 2020
Remove std::lock_guard
Show description for f48db93committed