Bug 69711 - Remove 32 bit restrictions in DFG JIT
Summary: Remove 32 bit restrictions in DFG JIT
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: 2011-10-08 18:00 PDT by Yuqiang Xian
Modified: 2011-10-09 01:07 PDT (History)
3 users (show)

See Also:


Attachments
the patch (2.18 KB, patch)
2011-10-08 18:03 PDT, Yuqiang Xian
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yuqiang Xian 2011-10-08 18:00:05 PDT
op_call/op_construct support was disabled for 32 bit DFG JIT because there was regression in javascriptcore tests. Now the bugs are fixed and there should be no regression. This makes 32 bit DFG have the same capability as 64 bit DFG, and improves the coverage.
Comment 1 Yuqiang Xian 2011-10-08 18:03:39 PDT
Created attachment 110286 [details]
the patch
Comment 2 Filip Pizlo 2011-10-08 23:49:22 PDT
Comment on attachment 110286 [details]
the patch

I'm happy with this.
Comment 3 WebKit Review Bot 2011-10-09 01:07:54 PDT
Comment on attachment 110286 [details]
the patch

Clearing flags on attachment: 110286

Committed r97022: <http://trac.webkit.org/changeset/97022>
Comment 4 WebKit Review Bot 2011-10-09 01:07:58 PDT
All reviewed patches have been landed.  Closing bug.