TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The great GC vs reference counting debate « LShift Ltd.

1 pointsby bowyakkaover 11 years ago

2 comments

pjbringerover 11 years ago
The unsafe language argument of the first paragraph doesn't hold. You can design you API such that handles are copied by value, and opaquely contain pointer. Usually the handle IS the pointer, but it doesn't have to be this way. When you do this, you are able to perform exactly the same kinds of memory operations that a virtual machine would perform.
ramenmealover 11 years ago
Interesting. Assuming the author is correct, do most browsers think they will be able to get away with their memory management 'hybrid' implementations in the future?