2018-01-04 |
keith_miller@apple.com | Array Storage operations sometimes did not update the... |
blob | commitdiff |
2017-12-27 |
clopez@igalia.com | REGRESSION(r225769): Build error with constexpr std... |
blob | commitdiff | diff to current |
2017-12-14 |
keith_miller@apple.com | JSObjects should have a mask for loading indexed properties |
blob | commitdiff | diff to current |
2017-11-30 |
fpizlo@apple.com | GC should support isoheaps |
blob | commitdiff | diff to current |
2017-11-08 |
sbarati@apple.com | Only cage double butterfly accesses |
blob | commitdiff | diff to current |
2017-10-20 |
sbarati@apple.com | Optimize accesses to how we get the direct prototype |
blob | commitdiff | diff to current |
2017-10-04 |
sbarati@apple.com | Implement polymorphic prototypes |
blob | commitdiff | diff to current |
2017-09-30 |
utatane.tea@gmail.com | [DFG] Support ArrayPush with multiple args |
blob | commitdiff | diff to current |
2017-09-29 |
commit-queue@webki... | Unreviewed, rolling out r222563, r222565, and r222581. |
blob | commitdiff | diff to current |
2017-09-27 |
utatane.tea@gmail.com | [DFG] Support ArrayPush with multiple args |
blob | commitdiff | diff to current |
2017-09-25 |
achristensen@apple.com | Make Attribute an enum class |
blob | commitdiff | diff to current |
2017-09-11 |
mark.lam@apple.com | Fix all ExceptionScope verification failures in JavaScr... |
blob | commitdiff | diff to current |
2017-09-09 |
mark.lam@apple.com | Avoid duplicate computations of ExecState::vm(). |
blob | commitdiff | diff to current |
2017-08-07 |
fpizlo@apple.com | Primitive auxiliaries and JSValue auxiliaries should... |
blob | commitdiff | diff to current |
2017-08-03 |
fpizlo@apple.com | All C++ accesses to JSObject::m_butterfly should do... |
blob | commitdiff | diff to current |
2017-07-18 |
mark.lam@apple.com | Butterfly storage need not be initialized for indexing... |
blob | commitdiff | diff to current |
2017-06-30 |
sbarati@apple.com | Calculating postCapacity in unshiftCountSlowCase is... |
blob | commitdiff | diff to current |
2017-06-07 |
mark.lam@apple.com | Contiguous storage butterfly length should not exceed... |
blob | commitdiff | diff to current |
2017-05-19 |
utatane.tea@gmail.com | [JSC][DFG][DOMJIT] Extend CheckDOM to CheckSubClass |
blob | commitdiff | diff to current |
2017-05-18 |
commit-queue@webki... | Unreviewed, rolling out r217031, r217032, and r217037. |
blob | commitdiff | diff to current |
2017-05-18 |
utatane.tea@gmail.com | [JSC][DFG][DOMJIT] Extend CheckDOM to CheckSubClass |
blob | commitdiff | diff to current |
2017-04-27 |
mark.lam@apple.com | Audit and fix incorrect uses of JSArray::tryCreateForIn... |
blob | commitdiff | diff to current |
2017-04-26 |
sbarati@apple.com | JSArray::isArrayPrototypeIteratorProtocolFastAndNonObse... |
blob | commitdiff | diff to current |
2017-04-18 |
mark.lam@apple.com | JSArray::appendMemcpy() needs to handle copying from... |
blob | commitdiff | diff to current |
2017-04-16 |
commit-queue@webki... | test262: test262/test/language/expressions/tagged-templ... |
blob | commitdiff | diff to current |
2017-03-24 |
mark.lam@apple.com | Array memcpy'ing fast paths should check if we're havin... |
blob | commitdiff | diff to current |
2017-03-23 |
mark.lam@apple.com | Clients of JSArray::tryCreateForInitializationPrivate... |
blob | commitdiff | diff to current |
2017-02-10 |
bfulgham@apple.com | Fix max length check in ArrayPrototype.js' concatSlowPa... |
blob | commitdiff | diff to current |
2017-01-24 |
msaboff@apple.com | JSArray::tryCreateUninitialized should be called JSArra... |
blob | commitdiff | diff to current |
2017-01-19 |
fpizlo@apple.com | The mutator needs to fire a barrier after memmoving... |
blob | commitdiff | diff to current |
2017-01-18 |
fpizlo@apple.com | Make opaque root scanning truly constraint-based |
blob | commitdiff | diff to current |
2017-01-10 |
fpizlo@apple.com | JSArray has some object scanning races |
blob | commitdiff | diff to current |
2016-12-08 |
fpizlo@apple.com | PerformanceTests: |
blob | commitdiff | diff to current |
2016-11-28 |
mark.lam@apple.com | Fix exception scope verification failures in JSArray... |
blob | commitdiff | diff to current |
2016-11-27 |
utatane.tea@gmail.com | [WTF] Import std::optional reference implementation... |
blob | commitdiff | diff to current |
2016-11-15 |
fpizlo@apple.com | The GC should be optionally concurrent and disabled... |
blob | commitdiff | diff to current |
2016-10-28 |
ggaren@apple.com | One file per class for Executable.h/.cpp |
blob | commitdiff | diff to current |
2016-10-26 |
mark.lam@apple.com | Rename the reject() helper function to something more... |
blob | commitdiff | diff to current |
2016-10-17 |
mark.lam@apple.com | Use the reject() helper function for conditionally... |
blob | commitdiff | diff to current |
2016-10-10 |
mark.lam@apple.com | Rename the StrictModeReadonlyPropertyWriteError string... |
blob | commitdiff | diff to current |
2016-09-28 |
fpizlo@apple.com | The write barrier should be down with TSO |
blob | commitdiff | diff to current |
2016-09-26 |
mark.lam@apple.com | Added RETURN_IF_EXCEPTION() macro and use it for except... |
blob | commitdiff | diff to current |
2016-09-08 |
fpizlo@apple.com | Remove CopiedSpace and use MarkedSpace instead |
blob | commitdiff | diff to current |
2016-09-07 |
mark.lam@apple.com | Add CatchScope and force all exception checks to be... |
blob | commitdiff | diff to current |
2016-09-06 |
fpizlo@apple.com | Butterflies should be allocated in Auxiliary MarkedSpac... |
blob | commitdiff | diff to current |
2016-09-01 |
mark.lam@apple.com | Move some JSObject and JSArray inline functions to... |
blob | commitdiff | diff to current |
2016-08-30 |
mark.lam@apple.com | Introduce the ThrowScope and force every throw site... |
blob | commitdiff | diff to current |
2016-08-24 |
fpizlo@apple.com | Unreviewed, roll out r204901, r204897, r204866, r204856... |
blob | commitdiff | diff to current |
2016-08-23 |
fpizlo@apple.com | Butterflies should be allocated in Auxiliary MarkedSpac... |
blob | commitdiff | diff to current |
2016-07-31 |
mark.lam@apple.com | Assertion failure while setting the length of an ArrayC... |
blob | commitdiff | diff to current |
2016-07-06 |
mark.lam@apple.com | Remove some unneeded #include "CachedCall.h". |
blob | commitdiff | diff to current |
2016-06-16 |
keith_miller@apple.com | Add support for Symbol.isConcatSpreadable (round 2) |
blob | commitdiff | diff to current |
2016-05-17 |
keith_miller@apple.com | Rollout r200426 since it causes PLT regressions. |
blob | commitdiff | diff to current |
2016-05-04 |
keith_miller@apple.com | Unreviewed, reland r200149 since the rollout had inconc... |
blob | commitdiff | diff to current |
2016-04-27 |
keith_miller@apple.com | Unreviewed, Revert r199397 due to PLT regressions |
blob | commitdiff | diff to current |
2016-04-13 |
keith_miller@apple.com | [ES6] Add support for Symbol.isConcatSpreadable. |
blob | commitdiff | diff to current |
2016-04-07 |
commit-queue@webki... | Unreviewed, rolling out r199128 and r199141. |
blob | commitdiff | diff to current |
2016-04-07 |
keith_miller@apple.com | [ES6] Add support for Symbol.isConcatSpreadable. |
blob | commitdiff | diff to current |
2016-03-30 |
keith_miller@apple.com | Unreviewed, rollout r198808. The patch causes crashes... |
blob | commitdiff | diff to current |
2016-03-29 |
keith_miller@apple.com | [ES6] Add support for Symbol.isConcatSpreadable. |
blob | commitdiff | diff to current |
2016-03-25 |
keith_miller@apple.com | putByIndexBeyondVectorLengthWithoutAttributes should... |
blob | commitdiff | diff to current |
2016-03-16 |
utatane.tea@gmail.com | [ES6] Reflect.set with receiver |
blob | commitdiff | diff to current |
2016-03-15 |
fpizlo@apple.com | Remove the Baker barrier from JSC |
blob | commitdiff | diff to current |
2016-03-11 |
utatane.tea@gmail.com | [ES6] Implement Reflect.set without receiver support |
blob | commitdiff | diff to current |
2015-10-12 |
fpizlo@apple.com | GC should have a Baker barrier for concurrent copying |
blob | commitdiff | diff to current |
2015-10-04 |
fpizlo@apple.com | CodeBlock.h shouldn't be included from everywhere |
blob | commitdiff | diff to current |
2015-07-06 |
achristensen@apple.com | Unreviewed debug build fix after r186358. |
blob | commitdiff | diff to current |
2015-07-06 |
rniwa@webkit.org | Array.concat should be fast for integer or double arrays |
blob | commitdiff | diff to current |
2015-06-24 |
darin@apple.com | 2015-06-24 Darin Adler <darin@apple.com> |
blob | commitdiff | diff to current |
2015-06-19 |
mark.lam@apple.com | Gardening: fix build for EWS bots. |
blob | commitdiff | diff to current |
2015-06-19 |
mark.lam@apple.com | Employ explicit operator bool() instead of using the... |
blob | commitdiff | diff to current |
2015-05-22 |
akling@apple.com | [JSC] Speed up new array construction in Array.prototyp... |
blob | commitdiff | diff to current |
2015-05-15 |
mark.lam@apple.com | JSArray::setLength() should reallocate instead of zero... |
blob | commitdiff | diff to current |
2015-05-12 |
rniwa@webkit.org | Array.slice should have a fast path like Array.splice |
blob | commitdiff | diff to current |
2015-04-29 |
ggaren@apple.com | It shouldn't take 1846 lines of code and 5 FIXMEs to... |
blob | commitdiff | diff to current |
2015-04-25 |
commit-queue@webki... | Unreviewed, rolling out r183288. |
blob | commitdiff | diff to current |
2015-04-24 |
ggaren@apple.com | It shouldn't take 1846 lines of code and 5 FIXMEs to... |
blob | commitdiff | diff to current |
2015-04-08 |
fpizlo@apple.com | JSArray::sortNumeric should handle ArrayWithUndecided |
blob | commitdiff | diff to current |
2015-04-06 |
utatane.tea@gmail.com | Return Optional<uint32_t> from PropertyName::asIndex |
blob | commitdiff | diff to current |
2015-04-02 |
utatane.tea@gmail.com | Clean up EnumerationMode to easily extend |
blob | commitdiff | diff to current |
2015-02-10 |
fpizlo@apple.com | op_call_varargs should only load the length once |
blob | commitdiff | diff to current |
2015-02-10 |
fpizlo@apple.com | Varargs frame set-up should be factored out for use... |
blob | commitdiff | diff to current |
2015-01-22 |
commit-queue@webki... | Unreviewed, rolling out r178894. |
blob | commitdiff | diff to current |
2015-01-22 |
utatane.tea@gmail.com | put_by_val_direct need to check the property is index... |
blob | commitdiff | diff to current |
2015-01-20 |
commit-queue@webki... | Unreviewed, rolling out r178751. |
blob | commitdiff | diff to current |
2015-01-20 |
utatane.tea@gmail.com | put_by_val_direct need to check the property is index... |
blob | commitdiff | diff to current |
2014-12-15 |
commit-queue@webki... | Unreviewed, rolling out r177284. |
blob | commitdiff | diff to current |
2014-12-15 |
oliver@apple.com | Make sure range based iteration of Vector<> still recei... |
blob | commitdiff | diff to current |
2014-12-12 |
mmirman@apple.com | shiftCountWithArrayStorage should exit to slow path... |
blob | commitdiff | diff to current |
2014-12-11 |
gyuyoung.kim@samsu... | Use std::unique_ptr instead of OwnPtr in JSC - heap... |
blob | commitdiff | diff to current |
2014-12-03 |
mark.lam@apple.com | Rolling out r176592, r176603, r176616, and r176705... |
blob | commitdiff | diff to current |
2014-12-01 |
oliver@apple.com | Make sure range based iteration of Vector<> still recei... |
blob | commitdiff | diff to current |
2014-09-08 |
mjs@apple.com | Introduce COMPILER_QUIRK(CONSIDERS_UNREACHABLE_CODE... |
blob | commitdiff | diff to current |
2014-09-06 |
darin@apple.com | Make updates suggested by new version of Xcode |
blob | commitdiff | diff to current |
2014-08-29 |
commit-queue@webki... | JavaScriptCore: Use ASCIILiteral where possible |
blob | commitdiff | diff to current |
2014-08-06 |
fpizlo@apple.com | Merge r171389, r171495, r171508, r171510, r171605,... |
blob | commitdiff | diff to current |
2014-07-30 |
akling@apple.com | Static hash tables no longer need to be coupled with... |
blob | commitdiff | diff to current |
2014-05-20 |
mhahnenberg@apple.com | JSArray::shiftCountWith* could be more efficient |
blob | commitdiff | diff to current |
2014-04-16 |
fpizlo@apple.com | Discern between NaNs that would be safe to tag and... |
blob | commitdiff | diff to current |
2014-03-26 |
dbatyai.u-szeged... | Rename hasFastArrayStorage to be more appropriate |
blob | commitdiff | diff to current |
next |