以下斜め読んだ内容

pseudo translation of useful posts, book reviews, remarks,etc. twitter: feeddict

斜め読み2

//blog.chromium.org/2008/09/security-architecture.html">Security Architecture:Chromeのブログより。Chromeのセキュリティ対策について。browserとレンダリングエンジンは別のプロセスで、レンダリングエンジンはサンドボックスにしてる。browserはウェブページの解釈はしない。レンダリングエンジンがウェブページの解釈。マルウェアが動作するためには、レンダリングエンジン経由で(コンピュータにアクセスしてる)browserにアクセスしないといけないけど、別のプロセスとして分離したうえで、browserがレンダリングエンジンが正常に動作しているかをチェックする仕組みを導入しているとのこと。
//blog.chromium.org/2008/09/chrome-3s-webkit.html">Chrome <3s WebKit:Chromeのブログより。ブラウザの目標は(1)プロセスを複数に、(2)レンダリングエンジンをサンドボックスに("the rendering engine needed to be stripped of any access to the local file system and native widget system")、(3)ブラウザをオープンソースに。AndroidWebKit使っててその使用感からWebKitに。
//blog.chromium.org/2008/09/google-chromes-need-for-speed_02.html">Google Chrome's Need for Speed:Chromeのブログより。

Virtual machines for object oriented languages have in the past used inline caching to speed up execution.