- 追加された行はこの色です。
- 削除された行はこの色です。
- V8 へ行く。
TITLE:Google V8 JavaScript Engine
- http://code.google.com/p/v8/
- Google V8 JavaScript Engine
-- http://ja.wikipedia.org/wiki/Google_V8_JavaScript_Engine
- How do I get started with V8 development?
-- https://medium.com/@fhinkel/how-do-i-get-started-with-v8-development-17e976ebe4af
* build [#build]
- Instructions to build V8 using GYP
-- http://code.google.com/p/v8/wiki/BuildingWithGYP
svn co http://v8.googlecode.com/svn/branches/bleeding_edge v8
cd v8
svn co http://gyp.googlecode.com/svn/trunk build/gyp
make ia32
* jit [#jit]
- [[Crankshaft]]
* 参考 [#ref]
- Profile your web application with V8’s internal profiler
-- https://developers.google.com/v8/profiler_example
- Runtime.JS V8 JavaScript kernel
-- http://runtimejs.org/jsconf/#/
* 関連 [#rel]
- [[Google]]
- [[JavaScript]] || [[Nitro]] | [[SquirrelFish]]