On 12/10/2016 11:01 PM, Andreas Beckmann wrote: > On Fri, 09 Dec 2016 03:03:43 +0000 John Paul Adrian Glaubitz > <[email protected]> wrote: >> * Add Modify_tagged_pointer_structure_js1.8.5.patch to modify tagged >> pointer to use 48 bit virtual address space (Closes: #839048). > > Was this issue only present in stretch/sid or is it also present in jessie?
I assume it affects Jessie as well since it is a fundamental issue JavaScript on arm64. The JS engine provides 47 bits of JSValue for the virtual address space while arm64 requires 48 bits. Looking at the patch upstream [1], you can see that the issue with address bits being used by the JS engine affects many architectures. It's definitely a good idea to backport this. Adrian > [1] https://hg.mozilla.org/mozilla-central/rev/dfaafbaaa291 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - [email protected] `. `' Freie Universitaet Berlin - [email protected] `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

