Reviewers: Kevin Millikin, Description: Fix a number of bugs with inlining calls as function.
1. Record AST id for CallFunctionStub. 2. Correctly extract cached target from CallFunctionStub inline cache. 3. Fix a bug when inling call as a function in effect or value context: Handle abnormal exits correcty. 4. Fix a bug when inlining call as a function in test context: drop function correctly from true and false block. Please review this at http://codereview.chromium.org/8258012/ SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/arm/code-stubs-arm.cc M src/code-stubs.h M src/hydrogen.cc M src/ia32/code-stubs-ia32.cc M src/ia32/full-codegen-ia32.cc M src/type-info.h M src/type-info.cc M src/x64/code-stubs-x64.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
