Status: Accepted Owner: [email protected] Labels: Type-Bug Priority-Medium
New issue 629 by [email protected]: Looking up constructor code from code cache does not take setters into account
http://code.google.com/p/v8/issues/detail?id=629 If code for an inline constructor setter enters the code cache it can later be used for a constructor with the same code, but with a setter somewhere on the prototype chain. As the inline constructor writes directly to the fields without using IC's the setter will be ignored. -- 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
