2018-07-28 |
mark.lam@apple.com | Initialize bmalloc::DebugHeap::m_pageSize for non-Darwi... |
tree | commitdiff |
2018-07-27 |
sbarati@apple.com | Explicitly handle memlimit_active < 0 |
tree | commitdiff |
2018-07-27 |
sbarati@apple.com | Use SPI to compute the jetsam limit on iOS instead... |
tree | commitdiff |
2018-07-25 |
sbarati@apple.com | Revert back to using phys_footprint to calculate isUnde... |
tree | commitdiff |
2018-07-12 |
msaboff@apple.com | Disable IsoHeaps when Gigacage is off |
tree | commitdiff |
2018-07-10 |
commit-queue@webki... | Unreviewed, rolling out r233547 and r233550. |
tree | commitdiff |
2018-07-06 |
ddkilzer@apple.com | Build fix (r233547): Disable IsoHeaps when Gigacage... |
tree | commitdiff |
2018-07-05 |
msaboff@apple.com | Disable IsoHeaps when Gigacage is off |
tree | commitdiff |
2018-07-04 |
timothy_horton@app... | Introduce PLATFORM(IOSMAC) |
tree | commitdiff |
2018-06-29 |
ryanhaddad@apple.com | Unreviewed, rolling out r233347. |
tree | commitdiff |
2018-06-29 |
msaboff@apple.com | Disable IsoHeaps when Gigacage is off |
tree | commitdiff |
2018-06-27 |
simon.fraser@apple.com | https://hackernoon.com/ uses lots of layer backing... |
tree | commitdiff |
2018-06-26 |
sbarati@apple.com | Unreviewed followup. Fix the watchos build after r233192. |
tree | commitdiff |
2018-06-26 |
sbarati@apple.com | Wasm: Any function argument of type Void should be... |
tree | commitdiff |
2018-06-24 |
utatane.tea@gmail.com | [bmalloc][Linux] Remove static initializers for PerProc... |
tree | commitdiff |
2018-06-10 |
mitz@apple.com | [Xcode] Clean up and modernize some build setting defin... |
tree | commitdiff |
2018-06-08 |
darin@apple.com | [Cocoa] Turn on ARC for the single Objective-C++ source... |
tree | commitdiff |
2018-06-07 |
ddkilzer@apple.com | bmalloc: Fix 'noreturn' warnings when compiling with... |
tree | commitdiff |
2018-05-29 |
sbarati@apple.com | JSC should put bmalloc's scavenger into mini mode |
tree | commitdiff |
2018-05-29 |
ggaren@apple.com | Fixed the bmalloc build |
tree | commitdiff |
2018-05-23 |
antti@apple.com | Increase the simulated memory size on PLATFORM(IOS_SIMU... |
tree | commitdiff |
2018-05-22 |
ryanhaddad@apple.com | Unreviewed, rolling out r232052. |
tree | commitdiff |
2018-05-22 |
utatane.tea@gmail.com | Define GIGACAGE_ALLOCATION_CAN_FAIL on Linux |
tree | commitdiff |
2018-05-22 |
utatane.tea@gmail.com | Use more C++17 |
tree | commitdiff |
2018-05-07 |
utatane.tea@gmail.com | [JSC] Remove "using namespace std;" from JSC, bmalloc... |
tree | commitdiff |
2018-05-04 |
fpizlo@apple.com | Strings should not be allocated in a gigacage |
tree | commitdiff |
2018-04-30 |
utatane.tea@gmail.com | Use WordLock instead of std::mutex for Threading |
tree | commitdiff |
2018-04-23 |
commit-queue@webki... | Include stdio.h before using stderr |
tree | commitdiff |
2018-04-21 |
utatane.tea@gmail.com | Unreviewed, follow-up patch after r230474 |
tree | commitdiff |
2018-04-20 |
jer.noble@apple.com | Don't put build products into WK_ALTERNATE_WEBKIT_SDK_P... |
tree | commitdiff |
2018-04-20 |
dbates@webkit.org | Remove code for compilers that did not support NSDMI... |
tree | commitdiff |
2018-04-19 |
ddkilzer@apple.com | Enable Objective-C weak references |
tree | commitdiff |
2018-04-13 |
sbarati@apple.com | Lessen partial scavenge interval on x86-64 |
tree | commitdiff |
2018-04-12 |
sbarati@apple.com | Raise the partial scavenge interval even more on x86-64 |
tree | commitdiff |
2018-04-12 |
sbarati@apple.com | raise partial scavenge interval on x86-64 |
tree | commitdiff |
2018-04-11 |
sbarati@apple.com | IsoHeapImpl::scavenge* needs to grab the lock |
tree | commitdiff |
2018-04-10 |
sbarati@apple.com | bmalloc should do partial scavenges more frequently |
tree | commitdiff |
2018-04-10 |
utatane.tea@gmail.com | [bmalloc] Name Scavenger thread "bmalloc scavenger" |
tree | commitdiff |
2018-04-10 |
mcatanzaro@igalia.com | Rename UNUSED to BUNUSED |
tree | commitdiff |
2018-04-08 |
utatane.tea@gmail.com | Use alignas instead of compiler-specific attributes |
tree | commitdiff |
2018-04-07 |
sbarati@apple.com | Source/bmalloc: |
tree | commitdiff |
2018-04-06 |
sbarati@apple.com | IsoHeapImpl not IsoHeapImplBase should add itself to... |
tree | commitdiff |
2018-04-05 |
utatane.tea@gmail.com | bmalloc StaticMutex's constructor should be constexpr |
tree | commitdiff |
2018-04-04 |
annulen@yandex.ru | Enable Gigacage unconditionally when building JSCOnly... |
tree | commitdiff |
2018-04-03 |
sbarati@apple.com | totalPhysicalSize calculation when splitting a range... |
tree | commitdiff |
2018-04-02 |
sbarati@apple.com | bmalloc should compute its own estimate of its footprint |
tree | commitdiff |
2018-03-28 |
commit-queue@webki... | Unreviewed, rolling out r230005. |
tree | commitdiff |
2018-03-27 |
sbarati@apple.com | memoryStatus() is wrong in certain testing scenarios... |
tree | commitdiff |
2018-03-20 |
timothy_horton@app... | Add and adopt WK_PLATFORM_NAME and adjust default featu... |
tree | commitdiff |
2018-03-17 |
fpizlo@apple.com | Put the DOM in IsoHeaps |
tree | commitdiff |
2018-03-16 |
mcatanzaro@igalia.com | Improve error message when Gigacage cannot allocate... |
tree | commitdiff |
2018-03-13 |
timothy_horton@app... | Add and adopt WK_ALTERNATE_FRAMEWORKS_DIR in WTF and... |
tree | commitdiff |
2018-03-11 |
fpizlo@apple.com | PerProcess<> should be safe by default |
tree | commitdiff |
2018-03-10 |
commit-queue@webki... | Unreviewed, rolling out r229436. |
tree | commitdiff |
2018-03-08 |
fpizlo@apple.com | bmalloc mutex should be adaptive |
tree | commitdiff |
2018-02-16 |
fpizlo@apple.com | Unreviewed, roll out r228306 (custom memcpy/memset... |
tree | commitdiff |
2018-02-09 |
clopez@igalia.com | Improve of string.h include after r228317. |
tree | commitdiff |
2018-02-09 |
clopez@igalia.com | Fix build for !BCPU(X86_64) after r228306 |
tree | commitdiff |
2018-02-09 |
fpizlo@apple.com | Experiment with alternative implementation of memcpy... |
tree | commitdiff |
2018-02-05 |
jfbastien@apple.com | Gigacage: enable only for WebContent process and token... |
tree | commitdiff |
2018-02-05 |
commit-queue@webki... | Multiple bmalloc scavenger threads is unexpected |
tree | commitdiff |
2018-02-01 |
sbarati@apple.com | Replace tryLargeMemalignVirtual with tryLargeZeroedMema... |
tree | commitdiff |
2018-01-19 |
keith_miller@apple.com | HaveInternalSDK includes should be "#include?" |
tree | commitdiff |
2018-01-18 |
mitz@apple.com | [Xcode] Streamline and future-proof target-macOS-versio... |
tree | commitdiff |
2018-01-16 |
mcatanzaro@igalia.com | mbmalloc should only be built in developer mode |
tree | commitdiff |
2018-01-15 |
mcatanzaro@igalia.com | Improve use of ExportMacros |
tree | commitdiff |
2017-12-21 |
commit-queue@webki... | Include stdio.h before using stderr and _IONBF |
tree | commitdiff |
2017-12-18 |
megan_gardner@appl... | Support Autoscrolling in contenteditable for WK2 |
tree | commitdiff |
2017-12-15 |
ddkilzer@apple.com | Enable -Wstrict-prototypes for WebKit |
tree | commitdiff |
2017-12-14 |
sbarati@apple.com | logVMFailure should not simulate crash on iOS |
tree | commitdiff |
2017-12-11 |
timothy_horton@app... | Stop using deprecated target conditional for simulator... |
tree | commitdiff |
2017-12-08 |
sbarati@apple.com | Enable gigacage on iOS with a 32GB runway and ensure... |
tree | commitdiff |
2017-12-06 |
aestes@apple.com | [Darwin] Simplify use of TargetConditionals |
tree | commitdiff |
2017-12-05 |
fpizlo@apple.com | bmalloc IsoHeap needs to allow a thread to deallocate... |
tree | commitdiff |
2017-12-01 |
msaboff@apple.com | Gigacage should not be enabled for ARM64_32 |
tree | commitdiff |
2017-11-30 |
jfbastien@apple.com | WTF / bmalloc: don't write to 0xbbadbeef when ASAN... |
tree | commitdiff |
2017-11-27 |
fpizlo@apple.com | Don't crash in forEachEntry when DebugHeap is enabled. |
tree | commitdiff |
2017-11-24 |
fpizlo@apple.com | Isolated Heaps caused an increase in reported leaks... |
tree | commitdiff |
2017-11-14 |
sbarati@apple.com | Make the gigacage runway 32GB |
tree | commitdiff |
2017-11-08 |
mcatanzaro@igalia.com | Gigacage.cpp:44:46: warning: ‘*’ in boolean context... |
tree | commitdiff |
2017-11-07 |
sbarati@apple.com | We should PROT_NONE the Gigacage runway so OOB accesses... |
tree | commitdiff |
2017-11-07 |
fpizlo@apple.com | bmalloc should support strictly type-segregated isolate... |
tree | commitdiff |
2017-10-30 |
zandobersek@gmail.com | [ARM64][Linux] Re-enable Gigacage |
tree | commitdiff |
2017-10-25 |
commit-queue@webki... | Unreviewed, rolling out r222945. |
tree | commitdiff |
2017-10-25 |
zandobersek@gmail.com | [Linux] Enable Gigacage in x64 Linux environment |
tree | commitdiff |
2017-10-24 |
ddkilzer@apple.com | Need to pass non-nil argument to SimulateCrash() in... |
tree | commitdiff |
2017-10-24 |
mcatanzaro@igalia.com | Unreviewed, roll out r222731 |
tree | commitdiff |
2017-10-23 |
zandobersek@gmail.com | bmalloc::api::tryLargeMemalignVirtual() shouldn't asser... |
tree | commitdiff |
2017-10-20 |
sbarati@apple.com | Runtime disable gigacage on iOS because it broke WasmBench |
tree | commitdiff |
2017-10-17 |
fpizlo@apple.com | You can't vmDeallocate null |
tree | commitdiff |
2017-10-12 |
fpizlo@apple.com | Enable gigacage on iOS |
tree | commitdiff |
2017-10-11 |
commit-queue@webki... | Unreviewed, rolling out r223113 and r223121. |
tree | commitdiff |
2017-10-10 |
fpizlo@apple.com | Use one virtual allocation for all gigacages and their... |
tree | commitdiff |
2017-10-10 |
fpizlo@apple.com | Enable gigacage on iOS |
tree | commitdiff |
2017-10-09 |
commit-queue@webki... | Unreviewed, rolling out r223015 and r223025. |
tree | commitdiff |
2017-10-08 |
utatane.tea@gmail.com | Unreviewed, disable Gigacage on ARM64 Linux |
tree | commitdiff |
2017-10-07 |
fpizlo@apple.com | Enable gigacage on iOS |
tree | commitdiff |
2017-10-06 |
fpizlo@apple.com | Use one Scavenger thread for all Heaps |
tree | commitdiff |
2017-10-05 |
fpizlo@apple.com | bmalloc mutex should be adaptive |
tree | commitdiff |
2017-10-05 |
jlewis3@apple.com | Unreviewed, rolling out r222893. |
tree | commitdiff |
next |