Reviewers: Mads Ager, Lasse Reichstein, Message: Here's a small addition to the fast compiler.
Is test-compiler.cc the right place for testing this? Basically I need a way to invoke a JS runtime in top-level code. Description: Added fast compiler support for calling JS runtime functions. Also added a simple test that invokes a JS runtime function in top-level code. Please review this at http://codereview.chromium.org/437081 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/arm/fast-codegen-arm.cc M src/compiler.cc M src/ia32/fast-codegen-ia32.cc M src/x64/fast-codegen-x64.cc M test/cctest/test-compiler.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
