summaryrefslogtreecommitdiffstats
path: root/js/src/jit/IonAnalysis.cpp
Commit message (Collapse)AuthorAgeLines
* Use the correct group for JIT constraints.wolfbeast2019-09-05-9/+23
| | | | | | | This fixes a rare crash/CTD in JS. This adds information about the constraints to a new RAII class so we can finish all constraints at the end. Based on changes in BZ 1568397
* 1320408 - Part 15: Change NativeObject::addDataProperty to static method.Gaming4JC2019-07-18-1/+1
|
* 1320408 - Part 2: Change JSFunction::getOrCreateScript to static method.Gaming4JC2019-07-18-2/+2
|
* Remove unboxed object code from jit, Part 1wolfbeast2019-05-16-2/+0
|
* Restrict ExtractLinearSum to monotonous operation in infinite math space.Nicolas B. Pierron2019-03-23-4/+17
| | | | | Thanks to Bruno Keith & Niklas Baumstark from the phoenhex team for finding this issue and reporting it with a proper analysis.
* Fix mistakingly flagged instructions.wolfbeast2018-12-12-1/+1
| | | | This enables optimizations which were wrongly inhibited before by this typo.
* Bug 1437450 - Disable Ion no-clone optimization for regexps if the graph ↵Jan de Mooij2018-03-14-0/+6
| | | | | | | | | contains try blocks. r=nbp, a=RyanVM --HG-- extra : source : 61b461277369e0cec89c79d8526a82c575818e94 extra : intermediate-source : 806696d494300c8c09ad2c0c3141194b5418a706 extra : histedit_source : e38bbe5c22bace744f6da0b8ff39462b64fe5a95
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+4760