Comment #3 on issue 171 by [email protected]: ARM function call with string value and then string object fails. http://code.google.com/p/v8/issues/detail?id=171
The issue is the fact that the code in StubCompiler::GenerateLoadStringLength2 clobbers the register containing the instance type when checking that the receiver is a wrapped string object. We then have a bogus string type which leads to not correctly decoding the bit field containing the string length. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
