Bug 81592 - DFG can no longer compile V8-v4/regexp in debug mode
Summary: DFG can no longer compile V8-v4/regexp in debug mode
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-19 16:42 PDT by Filip Pizlo
Modified: 2012-03-20 00:39 PDT (History)
0 users

See Also:


Attachments
the patch (10.77 KB, patch)
2012-03-19 16:47 PDT, Filip Pizlo
no flags Details | Formatted Diff | Diff
the patch (2.53 KB, patch)
2012-03-19 16:47 PDT, Filip Pizlo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2012-03-19 16:42:37 PDT
Because RegExpExec does register allocation incorrectly.
Comment 1 Filip Pizlo 2012-03-19 16:47:05 PDT
Created attachment 132716 [details]
the patch
Comment 2 Filip Pizlo 2012-03-19 16:47:44 PDT
Created attachment 132717 [details]
the patch

Uploaded the wrong patch.
Comment 3 Filip Pizlo 2012-03-19 16:59:51 PDT
Landed in http://trac.webkit.org/changeset/111273
Comment 4 Andy Estes 2012-03-20 00:33:59 PDT
Comment on attachment 132717 [details]
the patch

I assume Gavin reviewed this in person. Clearing the review flag so this doesn't show up in the request queue.
Comment 5 Filip Pizlo 2012-03-20 00:39:55 PDT
(In reply to comment #4)
> (From update of attachment 132717 [details])
> I assume Gavin reviewed this in person. Clearing the review flag so this doesn't show up in the request queue.

Yep, thanks!