Bug 124086 - FTL should support AllocatePropertyStorage
Summary: FTL should support AllocatePropertyStorage
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords:
Depends on:
Blocks: 112840
  Show dependency treegraph
 
Reported: 2013-11-08 16:45 PST by Filip Pizlo
Modified: 2013-11-08 17:43 PST (History)
8 users (show)

See Also:


Attachments
the patch (6.03 KB, patch)
2013-11-08 17:20 PST, Filip Pizlo
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2013-11-08 16:45:50 PST
Patch forthcoming.
Comment 1 Filip Pizlo 2013-11-08 17:20:15 PST
Created attachment 216467 [details]
the patch
Comment 2 Oliver Hunt 2013-11-08 17:33:10 PST
Comment on attachment 216467 [details]
the patch

View in context: https://bugs.webkit.org/attachment.cgi?id=216467&action=review

r=me

> Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp:4513
> +    m_jit.addPtr(JITCompiler::TrustedImm32(sizeof(IndexingHeader)), scratchGPR);

This seems like a good change
Comment 3 Filip Pizlo 2013-11-08 17:43:27 PST
Landed in http://trac.webkit.org/changeset/158983