Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Revert #1091 Remove unboxed object code phase 1 + extras. | wolfbeast | 2020-04-14 | -0/+61 |
| | | | | | | 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 | -88/+293 |
| | | | | | - accounting for removal of watch()/unwatch() - updated for intermediate code changes. | |||
* | Revert #1142 - Remove unboxed objects | wolfbeast | 2020-04-14 | -9/+23 |
| | | | | - accounting for removal of watch()/unwatch() | |||
* | Bug 1331092 - Part 8: Support JSOP_TOASYNCITER in JIT. | Gaming4JC | 2019-12-17 | -0/+11 |
| | | | | Tag #1287 | |||
* | Bug 1331092 - Part 6: Support JSOP_TOASYNCGEN in JIT. | Gaming4JC | 2019-12-17 | -0/+12 |
| | | | | Tag #1287 | |||
* | 1344477 - Part 2: Optimize Array.prototype.splice with JSOP_NORVCALL. | Gaming4JC | 2019-07-18 | -13/+0 |
| | ||||
* | 1344477 - Part 1: Add JSOP_CALL_IGNORES_RV for function call that ignores ↵ | Gaming4JC | 2019-07-18 | -7/+19 |
| | | | | return value. | |||
* | 1320408 - Part 14: Change some GlobalObject methods to static method. | Gaming4JC | 2019-07-18 | -1/+1 |
| | ||||
* | Remove now-unused parameter (prev. used for unboxed objects). | wolfbeast | 2019-06-26 | -10/+6 |
| | ||||
* | Remove Unboxed Object code from jit, Part 4. | wolfbeast | 2019-06-25 | -13/+2 |
| | ||||
* | Fix unified deprot | wolfbeast | 2019-06-23 | -0/+1 |
| | ||||
* | Replace SetOrExtendBoxedOrUnboxedDenseElements with direct calls. | wolfbeast | 2019-06-14 | -7/+6 |
| | ||||
* | Make use of ArrayObjects in favor of generic JS objects. | wolfbeast | 2019-06-12 | -4/+4 |
| | | | | | ArrayObjects has been a thing for years but been under-used. About time they are used where prudent. | |||
* | Remove UnboxedArray code part 2 | wolfbeast | 2019-05-23 | -15/+4 |
| | ||||
* | Remove UnboxedArray code part 1 | wolfbeast | 2019-05-23 | -267/+74 |
| | ||||
* | Remove unboxed object code from jit, Part 1 | wolfbeast | 2019-05-16 | -61/+0 |
| | ||||
* | Change inlining of intrinsics. | wolfbeast | 2018-06-07 | -0/+26 |
| | ||||
* | Fix Value::isGCThing footgun, stop returning true for NullValue | trav90 | 2018-04-07 | -2/+2 |
| | ||||
* | Bug 1342553 - Part 0.2: Support JSOP_CHECKISCALLABLE in JIT | janekptacijarabaci | 2018-03-25 | -41/+68 |
| | | | | Issue #74 | |||
* | Part 3: Support JSOP_SETFUNNAME in Baseline and Ion | janekptacijarabaci | 2018-03-19 | -0/+14 |
| | | | | Issue #87 | |||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+12098 |