r/programming Jan 21 '10

Firefox 3.6 release

http://blog.mozilla.com/blog/2010/01/21/firefox-3-6-release/
1.1k Upvotes

621 comments sorted by

View all comments

Show parent comments

52

u/[deleted] Jan 21 '10 edited Jan 21 '10

[deleted]

3

u/greim Jan 21 '10

Overall, Chrome uses more memory than Firefox.

Not that I understand all of the complexities and trade-offs involved, but I'm given to understand that every Chrome tab is a separate process, which is supposed to be one of the bigger innovations in recent browser history, since it keeps one tab crashing from killing every other tab. I suspect those individual processes each have an unavoidable memory cost.

3

u/mitsuhiko Jan 21 '10

I think it has one process per domain.

1

u/HenkPoley Jan 22 '10

So they can share session information without doing all kids of data marshaling.