Comment on Conservative GC can be faster than precise GCparentComments−MobiusHorizons2yThe article suggests this might be used for JavaScript VMs maybe the lack of int64s in the language helps?Also, Apple’s JavaScriptCore uses conservative stack scanning, and V8 is looking at switching to it. Funny, right?
Comments
The article suggests this might be used for JavaScript VMs maybe the lack of int64s in the language helps?