Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [js] Don't improve TypeSets containing the magic-args type. | Moonchild | 2020-07-29 | -4/+4 |
| | | | | | | JIT optimizations involving the Javascript 'arguments' object could potentially confuse later optimizations, so we simply disable these optimizations as a DiD measure. | |||
* | Revert #1091 Remove unboxed object code phase 1 + extras. | wolfbeast | 2020-04-14 | -13/+259 |
| | | | | | | This should be the last code backout for this. merging this branch should get us back to the way we were (+ additional code changes for later changes) as fasr as the unused unboxed code is concerned. | |||
* | Revert #1137 - Remove unboxed arrays | wolfbeast | 2020-04-14 | -66/+135 |
| | | | | | - accounting for removal of watch()/unwatch() - updated for intermediate code changes. | |||
* | Revert #1142 - Remove unboxed objects | wolfbeast | 2020-04-14 | -0/+183 |
| | | | | - accounting for removal of watch()/unwatch() | |||
* | Bug 1331092 - Part 8: Support JSOP_TOASYNCITER in JIT. | Gaming4JC | 2019-12-17 | -0/+17 |
| | | | | Tag #1287 | |||
* | Bug 1331092 - Part 6: Support JSOP_TOASYNCGEN in JIT. | Gaming4JC | 2019-12-17 | -0/+17 |
| | | | | Tag #1287 | |||
* | Bug 1344753 - Update for-of stack depth in ↵ | Gaming4JC | 2019-12-17 | -1/+1 |
| | | | | | | ControlFlowGenerator::processWhileOrForInLoop. Tag #1287 | |||
* | Fix type barrier in IonBuilder::jsop_getimport. | wolfbeast | 2019-10-24 | -3/+1 |
| | ||||
* | 1344477 - Part 1: Add JSOP_CALL_IGNORES_RV for function call that ignores ↵ | Gaming4JC | 2019-07-18 | -18/+30 |
| | | | | return value. | |||
* | 1320408 - Part 2: Change JSFunction::getOrCreateScript to static method. | Gaming4JC | 2019-07-18 | -1/+2 |
| | ||||
* | Remove Unboxed Object code from jit, Part 4. | wolfbeast | 2019-06-25 | -183/+0 |
| | ||||
* | Remove JSOP_SPREADCALLARRAY and just use JSOP_NEWARRAY again. | wolfbeast | 2019-06-18 | -0/+2 |
| | ||||
* | Remove UnboxedArray code part 1 | wolfbeast | 2019-05-23 | -135/+64 |
| | ||||
* | Remove unboxed object code from jit, Part 1 | wolfbeast | 2019-05-16 | -188/+4 |
| | ||||
* | remove unboxed code chunk (wip1) | wolfbeast | 2019-05-14 | -71/+9 |
| | ||||
* | Bug 1357075 - Pad a nop to unwind to the scope just before a destructuring ↵ | janekptacijarabaci | 2018-03-25 | -0/+1 |
| | | | | | | iterator close trynote Issue #74 | |||
* | Bug 1342553 - Part 0.2: Support JSOP_CHECKISCALLABLE in JIT | janekptacijarabaci | 2018-03-25 | -0/+12 |
| | | | | Issue #74 | |||
* | Bug 1341339 - Check for duplicates in processIterators | janekptacijarabaci | 2018-03-25 | -3/+6 |
| | | | | Issue #74 | |||
* | Bug 1333946 - Make IonBuilder::processIterators transitive | janekptacijarabaci | 2018-03-25 | -24/+21 |
| | | | | Issue #74 | |||
* | Bug 1331444 - Keep iterators alive in Ion in for-of loops for IteratorClose ↵ | janekptacijarabaci | 2018-03-25 | -5/+14 |
| | | | | | | due to exceptions Issue #74 | |||
* | Bug 1204028: Evaluate LHS reference before RHS in destructuring | janekptacijarabaci | 2018-03-20 | -0/+5 |
| | | | | | Issue #73 [Depends on] Bug 1147371: Implement IteratorClose | |||
* | Part 3: Support JSOP_SETFUNNAME in Baseline and Ion | janekptacijarabaci | 2018-03-19 | -0/+18 |
| | | | | Issue #87 | |||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+14696 |