Comment #2 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 plot thickens. This is what I get if I change the code as follows:

function f(s) { return s.length; }

print(f(new String("a")));
print(f("a"));
print(f(new String("a")));

1
1
19829826



--
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to