Bug 170411 - Introduce a SaturatedArithmetic class so that we can use it like we use CheckedArithmetic.
Summary: Introduce a SaturatedArithmetic class so that we can use it like we use Check...
Status: ASSIGNED
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: 2017-04-03 13:02 PDT by Mark Lam
Modified: 2017-04-03 13:02 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2017-04-03 13:02:39 PDT
This will make code that needs to do saturated arithmetic more readable.