Results (271 - 280 of 3373)
- [217149]: Deduplicate some code in arrayProtoPrivateFuncConcatMemcpy ...
- Deduplicate some code in arrayProtoPrivateFuncConcatMemcpy https://bugs.webkit.org/show_bug.cgi?id=172382 Reviewed by Saam Barati. This is just a small clean-up - my last patch here created some unnecessary code duplication. * r ...
- By May 19, 2017, 2:08:42 PM —
- [217135]: arrayProtoPrivateFuncConcatMemcpy needs to be down with firstArray ...
- arrayProtoPrivateFuncConcatMemcpy needs to be down with firstArray being undecided https://bugs.webkit.org/show_bug.cgi?id=172369 Reviewed by Mark Lam. JSTests: * stress/undecided-concat.js: Added. Source/JavaScriptCore: * heap/Subsp ...
- By May 19, 2017, 11:36:55 AM —
- [217127]: B3::Value::effects() says that having a fence range implies the fence ...
- B3::Value::effects() says that having a fence range implies the fence bit, but on x86_64 we lower loadAcq/storeRel to load/store so the store-before-load fence bit orderings won't be honored https://bugs.webkit.org/show_bug.cgi?id=172306 ...
- By May 19, 2017, 8:48:40 AM —
- [217062]: Constructor calls set this too early ...
- Constructor calls set this too early https://bugs.webkit.org/show_bug.cgi?id=172302 Reviewed by Saam Barati. JSTests: This tests all three kinds of constructs in BytecodeGenerator. All three were previously wrong. * stress/cons ...
- By May 18, 2017, 12:55:01 PM —
- [217050]: DFG inlining should be hardened for the no-result case ...
- DFG inlining should be hardened for the no-result case https://bugs.webkit.org/show_bug.cgi?id=172290 Reviewed by Saam Barati. JSTests: * stress/array-constructor-no-result.js: Added. (foo): * stress/pow-no-result.js: Added. (foo): Sou ...
- By May 18, 2017, 10:46:38 AM —
- [217018]: Unreviewed, address mlam's review feedback. * ...
- Unreviewed, address mlam's review feedback. * stress/arguments-elimination-varargs-too-many-args-arg-count.js:
- By May 17, 2017, 5:26:20 PM —
- [217016]: JSC: Incorrect LoadVarargs handling in ...
- JSC: Incorrect LoadVarargs handling in ArgumentsEliminationPhase::transform https://bugs.webkit.org/show_bug.cgi?id=172208 Reviewed by Saam Barati. JSTests: * stress/arguments-elimination-varargs-too-many-args-arg-count.js: Added. (foo) ...
- By May 17, 2017, 5:22:43 PM —
- [216965]: GCController::garbageCollectNowIfNotDoneRecently should request Async ...
- GCController::garbageCollectNowIfNotDoneRecently should request Async Full GCs https://bugs.webkit.org/show_bug.cgi?id=172204 Reviewed by Saam Barati. No new tests because existing tests will tell us if there is a problem. The g ...
- By May 16, 2017, 7:11:43 PM —
- [216699]: Callers of JSString::unsafeView() should check exceptions ...
- Callers of JSString::unsafeView() should check exceptions https://bugs.webkit.org/show_bug.cgi?id=171995 Reviewed by Mark Lam. unsafeView() can throw OOME. So, callers of unsafeView() should check for exceptions before trying to ...
- By May 11, 2017, 4:05:01 PM —
- [216689]: Offer SPI to notify clients that GC has happened ...
- Offer SPI to notify clients that GC has happened https://bugs.webkit.org/show_bug.cgi?id=171980 Reviewed by Geoffrey Garen. Sometimes when you're programming with weak references, it's most convenient if the GC tells you when it ...
- By May 11, 2017, 12:59:03 PM —
Note:
See TracSearch
for help on searching.