Status: Accepted
Owner: [email protected]
Labels: Type-FeatureRequest Priority-Medium CodeGenerator

New issue 203 by [email protected]: Pass eax to the return label.
http://code.google.com/p/v8/issues/detail?id=203

In the code generator, there is a live reference to eax that flows to the
function return label but is not properly reference counted.

Since it is a fixed reference to a known register and live on all paths, it
is safe.  However, it would be cleaner to properly hand off the reference
from the jump or branch to the return sequence 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to