Status: Accepted Owner: [email protected] Labels: Type-FeatureRequest Priority-Medium CodeGenerator
New issue 209 by [email protected]: Consider allocating locals/parameters to registers when written http://code.google.com/p/v8/issues/detail?id=209 When we write an in-memory value to a frame slot we use a temporary register. Since we use the register anyway, we could consider allocating the slot to the register. If the value is needed, it will already be in a register; and if not it will eventually be spilled, which amounts to writing it to memory as we currently do but more lazily. -- 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 -~----------~----~----~----~------~----~------~--~---
