Bug 152555 - Rename NodeMayOverflowInXXX to NodeMayOverflowInt32InXXX.
Summary: Rename NodeMayOverflowInXXX to NodeMayOverflowInt32InXXX.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-24 22:59 PST by Mark Lam
Modified: 2015-12-26 22:27 PST (History)
7 users (show)

See Also:


Attachments
proposed patch. (7.30 KB, patch)
2015-12-24 23:09 PST, Mark Lam
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2015-12-24 22:59:15 PST
That's because the NodeMayOverflowInBaseline and NodeMayOverflowInDFG flags only indicates potential overflowing of Int32 values.  We'll be adding overflow profiling for Int52 values later, and we should disambiguate between the 2 types.
Comment 1 Mark Lam 2015-12-24 23:09:08 PST
Created attachment 267912 [details]
proposed patch.
Comment 2 WebKit Commit Bot 2015-12-26 22:27:27 PST
Comment on attachment 267912 [details]
proposed patch.

Clearing flags on attachment: 267912

Committed r194423: <http://trac.webkit.org/changeset/194423>
Comment 3 WebKit Commit Bot 2015-12-26 22:27:30 PST
All reviewed patches have been landed.  Closing bug.