Status: Accepted Owner: ---- Labels: Type-FeatureRequest Priority-Low
New issue 671 by [email protected]: Ensure that all length-one ascii flat strings are symbols, remove dead code
http://code.google.com/p/v8/issues/detail?id=671 There is code in CodeGenerator::Comparison inlining compares with length-one ascii strings, some of which is dead if all length-one flat ascii strings are symbols. Verify that this is always true, put debug checks in to ensure it, and remove this (and any other) dead code. -- 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 To unsubscribe, reply using "remove me" as the subject.
