2019-05-23 |
don.olmstead@sony.com | [CMake] Use target oriented design for bmalloc |
tree | commitdiff |
2019-05-17 |
keith_miller@apple.com | Wasm should cage the memory base pointers in structs |
tree | commitdiff |
2019-05-08 |
keith_miller@apple.com | Remove Gigacage from arm64 and use PAC for arm64e instead |
tree | commitdiff |
2019-04-29 |
achristensen@apple.com | <rdar://problem/50299396> Fix internal High Sierra... |
tree | commitdiff |
2019-04-25 |
ysuzuki@apple.com | [bmalloc] Follow-up and fixing bug after r244481 |
tree | commitdiff |
2019-04-25 |
achristensen@apple.com | Start using C++17 |
tree | commitdiff |
2019-04-25 |
ysuzuki@apple.com | Unreviewed, fix typo in r244481 |
tree | commitdiff |
2019-04-22 |
ysuzuki@apple.com | [bmalloc] Use StaticPerProcess' mutex as bmalloc::Heap... |
tree | commitdiff |
2019-04-20 |
ysuzuki@apple.com | [bmalloc] IsoHeap should have lower tier using shared... |
tree | commitdiff |
2019-04-18 |
ysuzuki@apple.com | Unreviewed, fix build failure |
tree | commitdiff |
2019-04-16 |
yoshiaki.jitsukawa... | Unreviewed. Build fix after r244244. |
tree | commitdiff |
2019-04-14 |
zandobersek@gmail.com | [bmalloc][Linux] Add support for memory status calculation |
tree | commitdiff |
2019-04-04 |
ysuzuki@apple.com | [WebCore] Put most of derived classes of ScriptWrappabl... |
tree | commitdiff |
2019-03-22 |
krollin@apple.com | Enable ThinLTO support in Production builds |
tree | commitdiff |
2019-03-22 |
msaboff@apple.com | [BMalloc] No need to delay deallocating chunks based... |
tree | commitdiff |
2019-03-22 |
beidson@apple.com | Certain WebProcesses should opt-out of the freezer. |
tree | commitdiff |
2019-03-19 |
mcatanzaro@igalia.com | Unreviewed, fix -Wformat warning |
tree | commitdiff |
2019-03-19 |
msaboff@apple.com | [BMalloc] Scavenger should react to recent memory activity |
tree | commitdiff |
2019-03-14 |
ysuzuki@apple.com | [bmalloc] Add StaticPerProcess for known types to save... |
tree | commitdiff |
2019-03-13 |
yoshiaki.jitsukawa... | [bmalloc] Use MADV_FREE on FreeBSD |
tree | commitdiff |
2019-03-13 |
commit-queue@webki... | Fix testbmalloc build |
tree | commitdiff |
2019-03-12 |
rmorisset@apple.com | A lot more classes have padding that can be reduced... |
tree | commitdiff |
2019-03-05 |
ysuzuki@apple.com | [bmalloc] Bmalloc DebugHeap should have dump and scaven... |
tree | commitdiff |
2019-02-23 |
keith_miller@apple.com | Add new mac target numbers |
tree | commitdiff |
2019-02-21 |
ysuzuki@apple.com | [bmalloc] bmalloc::Heap is allocated even though we... |
tree | commitdiff |
2019-02-20 |
aestes@apple.com | [Xcode] Add SDKVariant.xcconfig to various Xcode projects |
tree | commitdiff |
2019-02-20 |
ysuzuki@apple.com | [bmalloc] DebugHeap::malloc does not have "try" version. |
tree | commitdiff |
2019-02-20 |
ysuzuki@apple.com | [bmalloc] bmalloc::Cache should not be instantiated... |
tree | commitdiff |
2019-02-20 |
commit-queue@webki... | Unreviewed, rolling out r241789. |
tree | commitdiff |
2019-02-20 |
ysuzuki@apple.com | [bmalloc] bmalloc::Cache should not be instantiated... |
tree | commitdiff |
2019-02-15 |
ysuzuki@apple.com | [bmalloc] NSBundle-based application name check should... |
tree | commitdiff |
2019-02-15 |
ysuzuki@apple.com | [bmalloc] Do not start scavenger thread if we use syste... |
tree | commitdiff |
2019-02-12 |
commit-queue@webki... | Unreviewed, rolling out r241182. |
tree | commitdiff |
2019-02-08 |
msaboff@apple.com | bmalloc uses more memory on iOS compared to macOS due... |
tree | commitdiff |
2019-01-19 |
keith_miller@apple.com | gigacage slide should randomize both start and end |
tree | commitdiff |
2019-01-18 |
jer.noble@apple.com | SDK_VARIANT build destinations should be separate from... |
tree | commitdiff |
2019-01-18 |
keith_miller@apple.com | Gigacages should start allocations from a slide |
tree | commitdiff |
2019-01-18 |
jlewis3@apple.com | Unreviewed, rolling out r240160. |
tree | commitdiff |
2019-01-18 |
keith_miller@apple.com | Gigacages should start allocations from a slide |
tree | commitdiff |
2019-01-18 |
tsavell@apple.com | Unreviewed, rolling out r240124. |
tree | commitdiff |
2019-01-17 |
jer.noble@apple.com | SDK_VARIANT build destinations should be separate from... |
tree | commitdiff |
2019-01-16 |
keith_miller@apple.com | bmalloc should use JSC VM tag for gigacage |
tree | commitdiff |
2019-01-09 |
mark.lam@apple.com | Gigacage disabling checks should handle the GIGACAGE_AL... |
tree | commitdiff |
2018-12-16 |
yusukesuzuki@slows... | Unreviewed, suppress warnings in Linux |
tree | commitdiff |
2018-12-15 |
keith_miller@apple.com | Gigacage runway should immediately follow the primitive... |
tree | commitdiff |
2018-12-14 |
mark.lam@apple.com | Verify that tryLargeZeroedMemalignVirtual()'s aligned... |
tree | commitdiff |
2018-11-21 |
dinfuehr@igalia.com | Enable JIT on ARM/Linux |
tree | commitdiff |
2018-11-02 |
jiewen_tan@apple.com | Replace CommonRandom SPI with API |
tree | commitdiff |
2018-10-30 |
mark.lam@apple.com | Correctly detect string overflow when using the 'Functi... |
tree | commitdiff |
2018-10-25 |
ross.kirsling@sony.com | Cleanup: inline constexpr is redundant as constexpr... |
tree | commitdiff |
2018-10-24 |
ap@apple.com | Add BPLATFORM(IOS_FAMILY) |
tree | commitdiff |
2018-10-12 |
ryanhaddad@apple.com | Unreviewed, rolling out r237063. |
tree | commitdiff |
2018-10-12 |
guijemont@igalia.com | [JSC] Remove gcc warnings on mips and armv7 |
tree | commitdiff |
2018-10-03 |
mitz@apple.com | bmalloc, WTF and JavaScriptCore parts of [Xcode] Update... |
tree | commitdiff |
2018-09-25 |
achristensen@apple.com | Allow for suffixes to com.apple.WebKit.WebContent |
tree | commitdiff |
2018-09-25 |
Hironori.Fujii@son... | Rename WTF_COMPILER_GCC_OR_CLANG to WTF_COMPILER_GCC_CO... |
tree | commitdiff |
2018-08-28 |
krollin@apple.com | Unreviewed build fix -- disable LTO for production... |
tree | commitdiff |
2018-08-27 |
krollin@apple.com | Build system support for LTO |
tree | commitdiff |
2018-08-16 |
tpopela@redhat.com | bmalloc: Coverity scan issues |
tree | commitdiff |
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 |
next |