|
|
Subscribe / Log in / New account

Missing the reason

Missing the reason

Posted Sep 7, 2025 20:28 UTC (Sun) by ibukanov (subscriber, #3942)
In reply to: Missing the reason by quotemstr
Parent article: No more 32-bit Firefox support

Both Intel and Arm still does not allow to use addresses beyond 48 bit even if formally the address word is 64-bit. Which means that SpiderMonkey (JS engine in Forefox) even on 64 bit can use NaN boxing technique, https://searchfox.org/firefox-main/source/js/public/Value... . However when future processors start to support bigger address space, like 52 bits or even more, the SpiderMonkey will need to be redesigned.


to post comments

Missing the reason

Posted Sep 8, 2025 11:52 UTC (Mon) by tao (subscriber, #17563) [Link]

48 bits? That's, what, 256TB?

I think that once the memory usage of your browser starts approaching those numbers even Chrome and Firefox would start looking for memory leaks...


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds