Bug 129638

Summary: Verify that check for InvalidGPR returned from TempRegisterSet::getFreeGPR in Repatch.cpp::generateProtoChainAccessStub() after r165021
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: JavaScriptCoreAssignee: Michael Saboff <msaboff>
Status: ASSIGNED ---    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Description Michael Saboff 2014-03-03 16:51:29 PST
Changeset r165021 fixed an issue where TempRegisterSet::getFreeGPR() could falsely return that there aren't any free GPRs.  We should verify the need for that check in Repatch.cpp::generateProtoChainAccessStub() and remove the check if it is no longer needed.