Status: Assigned Owner: [email protected] Labels: Type-FeatureRequest Priority-Low
New issue 199 by [email protected]: Optimize some special cases of smi operations http://code.google.com/p/v8/issues/detail?id=199 Once we have constant folding implemented in the code generator, we should consider using the same framework to perform strength reduction on operations with one operand known at compile time. Examples include multiplication by 2 and shifting by 0. -- 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 -~----------~----~----~----~------~----~------~--~---
