Reviewers: William Hesse, Description: x64 code generation for construct calls, declaring global variables and for runtime calls.
I was getting weird results and it turns out that we do not have correct code generation for functions without an explicit return statement. Therefore, to test this code, put a return of a smi at the end of the constructor. That will be ignored and the constructed object will be returned. We need to get functions with no explicit return working. Please review this at http://codereview.chromium.org/146029 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/x64/assembler-x64.h M src/x64/assembler-x64.cc M src/x64/builtins-x64.cc M src/x64/codegen-x64.cc M src/x64/ic-x64.cc M src/x64/macro-assembler-x64.cc M src/x64/virtual-frame-x64.cc --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
