Results (1 - 10 of 827)
- Quickjump to bpoulain@apple.com
- [207369]: [JSC] op_negate should with any type ...
- ... org/show_bug.cgi?id=162587 Patch by Benjamin Poulain <bpoulain@apple.com> on 2016-10-14 Reviewed by Saam Barati. JSTests: * stress/arith-abs-to-arith-negate-range-optimizaton.js: Added. Cover OSR Exits when converting Math.abs() into ArithNegate. * stress/arith-negate-on-various-types.js: A ...
- By Oct 14, 2016, 7:19:16 PM —
- [206289]: [JSC] Use an inline cache to generate op_negate ...
- ... org/show_bug.cgi?id=162371 Patch by Benjamin Poulain <bpoulain@apple.com> on 2016-09-22 Reviewed by Saam Barati. JSTests: * stress/op-negate-inline-cache.js: Added. Source/JavaScriptCore: Use an inline cache to reduce the amount of code required to implement op_negate. For pure integer ne ...
- By Sep 22, 2016, 8:50:22 PM —
- [206171]: [JSC] Do not use EagerRun on tests counting recompilation ...
- ... org/show_bug.cgi?id=162248 Patch by Benjamin Poulain <bpoulain@apple.com> on 2016-09-20 Reviewed by Geoffrey Garen. This patch adds defaultNoEagerRun to all the tests for which recompilation is the symptom of a bug. The reason is that an OSR Exit can be unrelated to the tested nodes when we a ...
- By Sep 20, 2016, 1:57:31 PM —
- [206134]: [JSC] Make the rounding-related nodes support any type ...
- ... org/show_bug.cgi?id=161895 Patch by Benjamin Poulain <bpoulain@apple.com> on 2016-09-19 Reviewed by Geoffrey Garen. JSTests: * stress/arith-ceil-on-various-types.js: Added. * stress/arith-floor-on-various-types.js: Added. * stress/arith-round-on-various-types.js: Added. * stress/arith-trunc- ...
- By Sep 19, 2016, 5:48:39 PM —
- [205931]: [JSC] Make the rounding-related nodes support any type ...
- ... org/show_bug.cgi?id=161895 Patch by Benjamin Poulain <bpoulain@apple.com> on 2016-09-14 Reviewed by Geoffrey Garen. JSTests: * stress/arith-ceil-on-various-types.js: Added. * stress/arith-floor-on-various-types.js: Added. * stress/arith-round-on-various-types.js: Added. * stress/arith-trunc- ...
- By Sep 14, 2016, 2:24:28 PM —
- [205830]: [JSC] Use GetArrayLength for JSArray.length even when the array type ...
- ... org/show_bug.cgi?id=161671 Patch by Benjamin Poulain <bpoulain@apple.com> on 2016-09-12 Reviewed by Geoffrey Garen. JSTests: * stress/get-array-length-on-undecided.js: Added. Source/JavaScriptCore: UndecidedShape is a type with storage. When we allocate an uninitialized JSArray, it gets a ...
- By Sep 12, 2016, 3:13:37 PM —
- [205727]: Merge r205511 - [JSC] Make ArithClz32 work with Cell arguments ...
- ... org/show_bug.cgi?id=161369 Patch by Benjamin Poulain <bpoulain@apple.com> on 2016-09-06 Reviewed by Geoffrey Garen. JSTests: * stress/arith-clz32-on-various-types.js: Added. Source/JavaScriptCore: ArithClz32 was already working with all primitive types thanks to the magic of ValueToInt32. ...
- By Sep 9, 2016, 2:38:24 AM —
- [205638]: Merge r205380 - [JSC] Remove some more useless cases from FTL ...
- ... org/show_bug.cgi?id=161466 Patch by Benjamin Poulain <bpoulain@apple.com> on 2016-09-02 Reviewed by Geoffrey Garen. Some cases do not make sense: -In: Fixup only generate CellUse. -PutByIdXXX: same. -GetIndexedPropertyStorage: those cases are the only ones supported by DFG. We would have cra ...
- By Sep 8, 2016, 8:13:05 AM —
- [205601]: Merge r205216 - [JSC] Some arith nodes are too pessimistic with the ...
- ... org/show_bug.cgi?id=161410 Patch by Benjamin Poulain <bpoulain@apple.com> on 2016-08-30 Reviewed by Geoffrey Garen. * dfg/DFGFixupPhase.cpp: (JSC::DFG::FixupPhase::fixupNode): DoubleRep is able to convert numbers, undefined, booleans and null. I was too pessimistic when I gated the double imp ...
- By Sep 8, 2016, 12:57:23 AM —
- [205597]: Merge r205204 - [JSC] Clean up the remaining compare nodes in ...
- ... org/show_bug.cgi?id=161400 Patch by Benjamin Poulain <bpoulain@apple.com> on 2016-08-30 Reviewed by Geoffrey Garen. It looks like we implemented all the cases without realizing it. * ftl/FTLCapabilities.cpp: (JSC::FTL::canCompile): * ftl/FTLLowerDFGToB3.cpp: (JSC::FTL::DFG::LowerDFGToB3::com ...
- By Sep 8, 2016, 12:44:57 AM —
Note:
See TracSearch
for help on searching.