http://codereview.chromium.org/18551/diff/1/2 File src/codegen-ia32.cc (right):
http://codereview.chromium.org/18551/diff/1/2#newcode1132 Line 1132: ASSERT(kSmiTagSize == times_2); // Adjust code if not true. kSmiTagSize is a number of bits, times_2 is a instruction operand encoding field. This assert is comparing apples and pinecones. I will fix this and I also realize that there are many other places of this misuse. http://codereview.chromium.org/18551 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
