Comment #3 on issue 1510 by [email protected]: Missing range analysis for logical shift >>>
http://code.google.com/p/v8/issues/detail?id=1510
Right. Our ranges only have signed 32-bit integers, and they don't wrap around overflow. btw: there is a more general problem in our IR that we don't have good support yet for operations that use uint32 numbers.
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
