Conversation
Notices
-
-
I seem to notice 64-bit FF taking noticably more memory than 32-bit; compressed pointers would help with that.
-
Come on, a million pointers would only be 4M of additional memory.
-
Sun/Oracle's CompressedOops docs indicate that the typical Java heap grows 50% on 64-bit w/o compression. I expect JS would be similar.
-
Though this would only improve JS heap usage; wouldn't help page caches, images, other non-JS storage.
-
Java and JavaScript are unrelated.
-
@elehack also, the javascript heap has little to do with total memory when you consider images, etc also using up memory.
-