Reviewers: Mads Ager, Description: Fix out-of-date comment.
TBR=ager Please review this at http://codereview.chromium.org/8708 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/codegen-ia32.cc Index: src/codegen-ia32.cc =================================================================== --- src/codegen-ia32.cc (revision 643) +++ src/codegen-ia32.cc (working copy) @@ -800,8 +800,7 @@ return; } - // For now, we keep the old behavior and only inline the smi code - // for the bitwise operations. + // Set the flags based on the operation, type and loop nesting level. GenericBinaryFlags flags; switch (op) { case Token::BIT_OR: --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
