Keith Coleman
or sign in to get started
FriendFeed
posted a link
September 5 at 2:00 pm - Link
I love this: "Over the last few months, we've been working with the IE engineers at Microsoft to address these issues: they released a critical update to their JavaScript implementation that fixed a performance problem with how the script engine allocates and frees memory." - Paul Buchheit
Perhaps Google won't bother addressing these challenges in future, and instead tailor everything for Chrome? - Slippy Lane
No, things will have to work with ie6 for a long time, but what they can do is make some of the enhanced features be Chrome-only (things that aren't possible in other browsers). - Paul Buchheit
That's probably a much fairer assessment, given your exposure to the aforementioned, lol. In that case, then, I suppose it's up to the boys and girls at Microsoft and Mozilla to take advantage of the opportunity and get in on the action. I imagine they're already studying the guts of chrome as hard as they can :-) - Slippy Lane
Hopefully, we'll never see "to get this cool feature in Gmail, install Chrome". A plug-in like Gears is a reasonable requirement, though. - Ionut
I wonder if that IE fix addresses the problems we've been having. Does anybody know the KB article for it? - Gabe
What is the issue Gabe? I believe the problem they fixed was with GC performance once there were a large number of objects. - Paul Buchheit
Paul: The problem is that after running for some time the app just becomes untenably slow. Our hypothesis was that the GC would run a collection on every allocation once there got to be too many objects, and we were exceeding that limit. I seem to recall you were quite skeptical at the time, Paul, because Gmail hadn't run into that problem. - Gabe