Reviewers: Erik Corry,

Description:
ARM: Change code generation for function return

Generating code for function return on ARM is now aligned with the other
platforms. The first non-shadowed return statement encountered will emit code
for function return and all other returns including the fall through at the
bottom of a function will jump to that.

Please review this at http://codereview.chromium.org/2815003/show

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  M     src/arm/codegen-arm.h
  M     src/arm/codegen-arm.cc
  M     src/arm/virtual-frame-arm.h
  M     src/ia32/codegen-ia32.cc
  M     src/virtual-frame-light-inl.h


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to