Bug 153368

Summary: op_profile_type 32-bit LLInt implementation has a bug
Product: WebKit Reporter: Saam Barati <saam>
Component: JavaScriptCoreAssignee: Saam Barati <saam>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, keith_miller, mark.lam, msaboff
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch none

Description Saam Barati 2016-01-22 13:13:08 PST
we're using a wrong register.
Introduced in:
http://trac.webkit.org/changeset/189293
Comment 1 Saam Barati 2016-01-22 13:19:12 PST
code was changed to use t5 instead of t4, but we didn't replace
all uses of t4 with t5.
Comment 2 Saam Barati 2016-01-22 13:22:36 PST
Created attachment 269600 [details]
patch
Comment 3 Michael Saboff 2016-01-22 13:24:01 PST
Comment on attachment 269600 [details]
patch

r=me
Comment 4 WebKit Commit Bot 2016-01-22 14:13:09 PST
Comment on attachment 269600 [details]
patch

Clearing flags on attachment: 269600

Committed r195473: <http://trac.webkit.org/changeset/195473>
Comment 5 WebKit Commit Bot 2016-01-22 14:13:13 PST
All reviewed patches have been landed.  Closing bug.