top | item 21825969 (no title) coldlestat | 6 years ago | Pointer compression saves an average of 40% of memory.This is really awesome. Can't wait it to be shipped everywhere. discuss order hn newest ksec|6 years ago I wonder if this is specific to v8 or could SpiderMonkey and JavascriptCore could benefits from the same optimisation technique. MaxBarraclough|6 years ago I believe JVMs were the first to use pointer-compression.A good summary is at https://stackoverflow.com/a/25120926/Also worth reading: https://blog.codecentric.de/en/2014/02/35gb-heap-less-32gb-j... coldtea|6 years ago It's used in other languages too, but how easy it is to apply to another JS engine depends on its implementation.Nothing v8 exclusive about it though unknown|6 years ago [deleted]
ksec|6 years ago I wonder if this is specific to v8 or could SpiderMonkey and JavascriptCore could benefits from the same optimisation technique. MaxBarraclough|6 years ago I believe JVMs were the first to use pointer-compression.A good summary is at https://stackoverflow.com/a/25120926/Also worth reading: https://blog.codecentric.de/en/2014/02/35gb-heap-less-32gb-j... coldtea|6 years ago It's used in other languages too, but how easy it is to apply to another JS engine depends on its implementation.Nothing v8 exclusive about it though unknown|6 years ago [deleted]
MaxBarraclough|6 years ago I believe JVMs were the first to use pointer-compression.A good summary is at https://stackoverflow.com/a/25120926/Also worth reading: https://blog.codecentric.de/en/2014/02/35gb-heap-less-32gb-j...
coldtea|6 years ago It's used in other languages too, but how easy it is to apply to another JS engine depends on its implementation.Nothing v8 exclusive about it though
ksec|6 years ago
MaxBarraclough|6 years ago
A good summary is at https://stackoverflow.com/a/25120926/
Also worth reading: https://blog.codecentric.de/en/2014/02/35gb-heap-less-32gb-j...
coldtea|6 years ago
Nothing v8 exclusive about it though
unknown|6 years ago
[deleted]