Reviewers: William Hesse, Description: Fix incorrect issue number.
Please review this at http://codereview.chromium.org/18493 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 1121) +++ src/codegen-ia32.cc (working copy) @@ -1014,8 +1014,8 @@ // code size is increased by ~1% (measured on a combination of // different benchmarks). - // TODO(1217802): Optimize some special cases of operations - // involving a smi literal (multiply by 2, shift by 0, etc.). + // TODO(199): Optimize some special cases of operations involving a + // smi literal (multiply by 2, shift by 0, etc.). // Get the literal value. int int_value = Smi::cast(*value)->value(); --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
