2018-12-11 |
mark.lam@apple.com | PropertyAttribute needs a CustomValue bit. |
blob | commitdiff |
2018-10-26 |
mark.lam@apple.com | Fix missing edge cases with JSGlobalObjects having... |
blob | commitdiff | diff to current |
2018-10-16 |
keith_miller@apple.com | Support arm64 CPUs with a 32-bit address space |
blob | commitdiff | diff to current |
2018-10-01 |
keith_miller@apple.com | Create a RELEASE_AND_RETURN macro for ExceptionScopes |
blob | commitdiff | diff to current |
2018-08-27 |
yusukesuzuki@slows... | [JSC] Array.prototype.reverse modifies JSImmutableButterfly |
blob | commitdiff | diff to current |
2018-07-30 |
mark.lam@apple.com | Add a debugging utility to dump the memory layout of... |
blob | commitdiff | diff to current |
2018-07-22 |
utatane.tea@gmail.com | [DFG] Fold GetByVal if the indexed value is non configu... |
blob | commitdiff | diff to current |
2018-07-12 |
utatane.tea@gmail.com | [JSC] Thread VM& to JSCell::methodTable(VM&) |
blob | commitdiff | diff to current |
2018-06-27 |
keith_miller@apple.com | Add logging to try to diagnose where we get a null... |
blob | commitdiff | diff to current |
2018-06-23 |
keith_miller@apple.com | We need to have a getDirectConcurrently for use in... |
blob | commitdiff | diff to current |
2018-06-23 |
utatane.tea@gmail.com | [WTF] Add user-defined literal for ASCIILiteral |
blob | commitdiff | diff to current |
2018-06-22 |
sbarati@apple.com | ensureWritableX should only convert away from CoW when... |
blob | commitdiff | diff to current |
2018-06-18 |
keith_miller@apple.com | Properly zero unused property storage offsets |
blob | commitdiff | diff to current |
2018-05-31 |
utatane.tea@gmail.com | [JSC] Pass VM& parameter as much as possible |
blob | commitdiff | diff to current |
2018-05-22 |
keith_miller@apple.com | We should have a CoW storage for NewArrayBuffer arrays. |
blob | commitdiff | diff to current |
2018-05-17 |
utatane.tea@gmail.com | [JSC] Remove reifyPropertyNameIfNeeded |
blob | commitdiff | diff to current |
2018-05-11 |
utatane.tea@gmail.com | [JSC] Object.assign for final objects should be faster |
blob | commitdiff | diff to current |
2018-04-08 |
utatane.tea@gmail.com | [JSC] Introduce op_get_by_id_direct |
blob | commitdiff | diff to current |
2018-04-04 |
fpizlo@apple.com | Remove poisoning of typed array vector |
blob | commitdiff | diff to current |
2018-04-01 |
fpizlo@apple.com | JSObject shouldn't do index masking |
blob | commitdiff | diff to current |
2018-03-30 |
ryanhaddad@apple.com | Unreviewed, rolling out r230102. |
blob | commitdiff | diff to current |
2018-03-30 |
rmorisset@apple.com | A stack overflow in the parsing of a builtin (called... |
blob | commitdiff | diff to current |
2018-03-30 |
rmorisset@apple.com | Out-of-bounds accesses due to a missing check for MAX_S... |
blob | commitdiff | diff to current |
2018-03-30 |
utatane.tea@gmail.com | Remove WTF_EXPORTDATA and JS_EXPORTDATA |
blob | commitdiff | diff to current |
2018-03-08 |
utatane.tea@gmail.com | [JSC] Optimize inherits<T> if T is final type |
blob | commitdiff | diff to current |
2018-03-07 |
utatane.tea@gmail.com | [JSC] Add more JSType based fast path for jsDynamicCast |
blob | commitdiff | diff to current |
2018-02-16 |
fpizlo@apple.com | Objects that contain dangerous things should be allocat... |
blob | commitdiff | diff to current |
2018-02-15 |
keith_miller@apple.com | We should be able to jsDynamicCast from JSType when... |
blob | commitdiff | diff to current |
2018-01-31 |
mark.lam@apple.com | Apply poisoning to TypedArray vector pointers. |
blob | commitdiff | diff to current |
2017-12-16 |
keith_miller@apple.com | Indexing should only be computed when the new structure... |
blob | commitdiff | diff to current |
2017-12-15 |
keith_miller@apple.com | Unreviewed, forgot to add { } |
blob | commitdiff | diff to current |
2017-12-14 |
keith_miller@apple.com | Fix assertion in JSObject's structure setting methods |
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-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-19 |
sbarati@apple.com | We should hard code the poly proto offset |
blob | commitdiff | diff to current |
2017-10-04 |
sbarati@apple.com | Implement polymorphic prototypes |
blob | commitdiff | diff to current |
2017-09-25 |
achristensen@apple.com | Make Attribute an enum class |
blob | commitdiff | diff to current |
2017-09-17 |
utatane.tea@gmail.com | Merge JSLexicalEnvironment and JSEnvironmentRecord |
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-08-02 |
fpizlo@apple.com | Bmalloc and GC should put auxiliaries (butterflies... |
blob | commitdiff | diff to current |
2017-07-27 |
utatane.tea@gmail.com | Hoist DOM binding attribute getter prologue into JavaSc... |
blob | commitdiff | diff to current |
2017-06-25 |
annulen@yandex.ru | Remove excessive headers from JavaScriptCore |
blob | commitdiff | diff to current |
2017-06-15 |
utatane.tea@gmail.com | [JSC] Implement Object.assign in C++ |
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-05 |
sbarati@apple.com | putDirectIndex does not properly do defineOwnProperty |
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-16 |
commit-queue@webki... | test262: test262/test/built-ins/Date/prototype/Symbol... |
blob | commitdiff | diff to current |
2017-04-13 |
oliver@apple.com | allocationSize should use safe arithmetic by default |
blob | commitdiff | diff to current |
2017-03-09 |
fpizlo@apple.com | WebKit: JSC: JSObject::ensureLength doesn't check if... |
blob | commitdiff | diff to current |
2017-03-09 |
fpizlo@apple.com | WTF should make it super easy to do ARM concurrency... |
blob | commitdiff | diff to current |
2017-01-27 |
keith_miller@apple.com | classInfo should take a VM so it is not materialized... |
blob | commitdiff | diff to current |
2017-01-18 |
fpizlo@apple.com | Make opaque root scanning truly constraint-based |
blob | commitdiff | diff to current |
2016-12-08 |
fpizlo@apple.com | Unreviewed, fix cloop build. |
blob | commitdiff | diff to current |
2016-12-08 |
fpizlo@apple.com | PerformanceTests: |
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 | Rename CONCURRENT_JIT/ConcurrentJIT to CONCURRENT_JS... |
blob | commitdiff | diff to current |
2016-11-15 |
fpizlo@apple.com | REGRESSION (r208711-r208722): ASSERTION FAILED: hasInli... |
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-11-04 |
mark.lam@apple.com | ClonedArguments need to also support haveABadTime mode. |
blob | commitdiff | diff to current |
2016-11-03 |
utatane.tea@gmail.com | [DOMJIT] Add DOMJIT::Signature |
blob | commitdiff | diff to current |
2016-10-21 |
utatane.tea@gmail.com | [JSC] Drop isEnvironmentRecord type info flag and use... |
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-10-04 |
utatane.tea@gmail.com | [DOMJIT] Introduce DOMJIT::GetterSetter to tell JIT... |
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-28 |
ryanhaddad@apple.com | Unreviewed, rolling out r206522. |
blob | commitdiff | diff to current |
2016-09-28 |
commit-queue@webki... | Unreviewed, rolling out r206506. |
blob | commitdiff | diff to current |
2016-09-28 |
commit-queue@webki... | Adopt #pragma once in JavaScriptCore |
blob | commitdiff | diff to current |
2016-09-24 |
fpizlo@apple.com | Need a store-load fence between setting cell state... |
blob | commitdiff | diff to current |
2016-09-23 |
ryanhaddad@apple.com | Unreviewed, rolling out r206314, r206316, and r206319. |
blob | commitdiff | diff to current |
2016-09-23 |
fpizlo@apple.com | Source/JavaScriptCore: |
blob | commitdiff | diff to current |
2016-09-20 |
sbarati@apple.com | Make HasOwnProperty faster |
blob | commitdiff | diff to current |
2016-09-08 |
cdumez@apple.com | Align proto getter / setter behavior with other browsers |
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-02 |
cdumez@apple.com | Unreviewed, roll out r205354 because it caused JSC... |
blob | commitdiff | diff to current |
2016-09-02 |
cdumez@apple.com | Align proto getter / setter behavior with other browsers |
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-29 |
keith_miller@apple.com | Fix toStringName for Proxies and add support for normal... |
blob | commitdiff | diff to current |
2016-08-26 |
keith_miller@apple.com | toString called on proxies returns incorrect tag |
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-08-16 |
rniwa@webkit.org | Conversion to sequence<T> is broken for iterable objects |
blob | commitdiff | diff to current |
2016-08-01 |
utatane.tea@gmail.com | [JSC] Should check Test262Error correctly |
blob | commitdiff | diff to current |
2016-07-09 |
sbarati@apple.com | We may add a ReadOnly property without setting the... |
blob | commitdiff | diff to current |
2016-06-09 |
barraclough@apple.com | JSObject::reifyAllStaticProperties cleanup |
blob | commitdiff | diff to current |
2016-06-08 |
barraclough@apple.com | Remove removeDirect |
blob | commitdiff | diff to current |
2016-06-06 |
cdumez@apple.com | Crash under JSObject::getOwnPropertyDescriptor() |
blob | commitdiff | diff to current |
2016-06-06 |
utatane.tea@gmail.com | Change ProxyObject.[[Get]] not to use custom accessor |
blob | commitdiff | diff to current |
2016-06-03 |
akling@apple.com | Eliminate two large sources of temporary StringImpl... |
blob | commitdiff | diff to current |
2016-06-01 |
ggaren@apple.com | Dictionary property access should be fast |
blob | commitdiff | diff to current |
2016-05-27 |
barraclough@apple.com | Static table property lookup should not require getOwnP... |
blob | commitdiff | diff to current |
2016-04-05 |
fpizlo@apple.com | Source/JavaScriptCore: |
blob | commitdiff | diff to current |
2016-03-25 |
keith_miller@apple.com | putByIndexBeyondVectorLengthWithoutAttributes should... |
blob | commitdiff | diff to current |
2016-03-23 |
commit-queue@webki... | [JSC] correctly handle indexed properties in Object... |
blob | commitdiff | diff to current |
2016-03-16 |
utatane.tea@gmail.com | [ES6] Reflect.set with receiver |
blob | commitdiff | diff to current |
next |