Reviewers: fschneider, Description: Obey the flag --lazy in the toplevel code generator.
There were two separate implementations of the function 'BuildBoilerplate' that is used to compile function declarations and function literals. The implementations did not do exactly the same thing. In particular, one ignored the flag --lazy. Combine the two implementations. Please review this at http://codereview.chromium.org/360011 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/arm/codegen-arm.h M src/arm/fast-codegen-arm.cc M src/codegen.h M src/codegen.cc M src/compiler.h M src/compiler.cc M src/fast-codegen.h M src/fast-codegen.cc M src/handles.h M src/handles.cc M src/ia32/codegen-ia32.h M src/ia32/fast-codegen-ia32.cc M src/x64/codegen-x64.h M src/x64/fast-codegen-x64.cc --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
