Bug 130566

Summary: StackLayoutPhase should find the union'ed calleeVariable before accessing its machineLocal
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, fpizlo
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
the patch. none

Description Mark Lam 2014-03-20 22:58:12 PDT
Patch coming.
Comment 1 Mark Lam 2014-03-20 22:59:06 PDT
<rdar://problem/16386914>
Comment 2 Mark Lam 2014-03-20 23:44:40 PDT
Created attachment 227388 [details]
the patch.
Comment 3 Mark Lam 2014-03-21 08:04:51 PDT
Comment on attachment 227388 [details]
the patch.

Thanks for the review.
Comment 4 Mark Lam 2014-03-21 08:29:30 PDT
Comment on attachment 227388 [details]
the patch.

There appear to be some discrepancy with the layout test results.  Will rerun the test to confirm that the results are correct.
Comment 5 Mark Lam 2014-03-21 09:00:16 PDT
The issue is that DumpRenderTree renders 2 consecutive spaces in the test description string as 1 space while jsc renders it literally as 2.  I fixed this by only using 1 space in the test description string.  Preparing to land the patch.
Comment 6 Mark Lam 2014-03-21 09:07:14 PDT
Comment on attachment 227388 [details]
the patch.

Clearing flags.  Patch landed in r166064: <http://trac.webkit.org/r166064>.