Bug 157210 - Use LIKELY() / UNLIKELY() hints when suitable in the JavaScript bindings
Summary: Use LIKELY() / UNLIKELY() hints when suitable in the JavaScript bindings
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Bindings (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-29 15:55 PDT by Chris Dumez
Modified: 2016-04-29 21:48 PDT (History)
5 users (show)

See Also:


Attachments
Patch (58.18 KB, patch)
2016-04-29 15:58 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2016-04-29 15:55:45 PDT
We already make use of them in the JS bindings but they are some cases where we don't and they may be useful.
Comment 1 Chris Dumez 2016-04-29 15:58:03 PDT
Created attachment 277745 [details]
Patch
Comment 2 Chris Dumez 2016-04-29 21:48:03 PDT
Comment on attachment 277745 [details]
Patch

Clearing flags on attachment: 277745

Committed r200286: <http://trac.webkit.org/changeset/200286>
Comment 3 Chris Dumez 2016-04-29 21:48:08 PDT
All reviewed patches have been landed.  Closing bug.