Bug 85726 - Remove TrustedImm32::m_isPointer
Summary: Remove TrustedImm32::m_isPointer
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-05 22:23 PDT by Gavin Barraclough
Modified: 2012-05-05 22:26 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gavin Barraclough 2012-05-05 22:23:52 PDT
We used to rely on being able to generate code with known, fixed offsets – to do so we would inhibit more optimal code generation for pointers. This is no longer necessary.
Comment 1 Gavin Barraclough 2012-05-05 22:26:43 PDT
Fixed in r116233