Bug 153286

Summary: [JSC] Fix a typo in the Air definition of CeilDouble
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: New BugsAssignee: Benjamin Poulain <benjamin>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, fpizlo, keith_miller, mark.lam, msaboff, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 150279, 153338    
Attachments:
Description Flags
Patch none

Description Benjamin Poulain 2016-01-20 14:17:10 PST
[JSC] Fix a typo in the Air definition of CeilDouble
Comment 1 Benjamin Poulain 2016-01-20 14:20:47 PST
Created attachment 269385 [details]
Patch
Comment 2 Mark Lam 2016-01-20 14:25:31 PST
Comment on attachment 269385 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2016-01-20 15:25:34 PST
Comment on attachment 269385 [details]
Patch

Clearing flags on attachment: 269385

Committed r195388: <http://trac.webkit.org/changeset/195388>
Comment 4 WebKit Commit Bot 2016-01-20 15:25:37 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Filip Pizlo 2016-01-21 18:15:00 PST
I'm pretty sure this regressed Kraken.  The fake use was somehow arranging the registers in such a way that it revealed the partial register stall.

We should definitely run all benchmarks for every commit now.  We don't have bots for B3 and we're close to turning it on.