1
0
Fork 0
forked from wezm/wezm.net
wezm.net/content/technical/2008/03/webkit-for-keynote.html

9 lines
1.3 KiB
HTML
Raw Permalink Normal View History

2010-03-11 20:30:27 +00:00
An interesting email passed through the <a href="http://lists.webkit.org/mailman/listinfo/webkit-dev">webkit-dev</a> mailing list today. In what appears to be a small glimpse into what goes on in preparation for a <a href="http://en.wikipedia.org/wiki/Stevenote">Stevenote</a>, Geoffrey Garen (Apple) noted in a reply to an email from Akos Kiss (Department of Software Engineering, University of Szeged, Hungary) that <em>one</em> of the reasons <a href="http://webkit.org/">WebKit</a> likes to do its own thing and not depend on code it doesn't own is to be able to fix problems with very short notice. Citing the example of, "12 hours before a keynote address".
Akos Kiss (Department of Software Engineering, University of Szeged, Hungary):
<blockquote>b) JIT compilation to Java bytecode or ActionScript bytecode.
Comment: Huge work. Currently available compiler implementations do not fit to the architecture of the JS engine.</blockquote>
Geoffrey Garen (Apple):
<blockquote>Right. We're also reluctant to rely on code that we don't own. We've seen very large performance wins from tightly integrating and customising all the components of the web stack. We also need the freedom to fix crashes and compatibility problems on very short notice (for example, 12 hours before a keynote address).</blockquote>