Updates:
Status: Assigned
Owner: [email protected]
Labels: Type-BugComment #2 on issue 1389 by [email protected]: Incorrect result with -always-opt for x++
http://code.google.com/p/v8/issues/detail?id=1389On the first optimized run, it deoptimizes on the store because the global variable is nonexistent. Later runs do not deoptimize, and are in error because they return the value of x before ToNumber is called on it.
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
