summaryrefslogtreecommitdiffstats
path: root/js/src/jit/arm64
Commit message (Collapse)AuthorAgeLines
* Define JumpImmediateRange on ARM64.Lars T Hansen2019-07-20-4/+6
| | | | | | | | There are comments in the code suggesting that we've made plans at some point to handle very far jumps via patching + indirect jumps, but all of those comments are TODO/FIXME. Absent such a strategy, the furthest jump is 2^27-1 bytes, and we need to define JumpImmediateRange to reflect that.
* Fix Value::isGCThing footgun, stop returning true for NullValuetrav902018-04-07-4/+4
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+50666