Status: Accepted Owner: [email protected] CC: [email protected] Labels: Type-Bug Priority-High HW-ARM
New issue 406 by [email protected]: (ARM) Constant folding crashes short-circuit boolean expressions http://code.google.com/p/v8/issues/detail?id=406 In the ARM code generator, constant folding can cause the compilation of short-circuited boolean binary operator expressions to crash. A simple test case is: typeof(true) == "and" && true The culprit is the left-hand side expression which is known to be false at compile time. -- 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 -~----------~----~----~----~------~----~------~--~---
