Bug 129638 - Verify that check for InvalidGPR returned from TempRegisterSet::getFreeGPR in Repatch.cpp::generateProtoChainAccessStub() after r165021
Summary: Verify that check for InvalidGPR returned from TempRegisterSet::getFreeGPR in...
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-03 16:51 PST by Michael Saboff
Modified: 2014-03-03 16:51 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.