Bug 169087 - Add support for selective handling of VM traps.
Summary: Add support for selective handling of VM traps.
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: 168920
  Show dependency treegraph
 
Reported: 2017-03-02 11:48 PST by Mark Lam
Modified: 2017-03-02 12:34 PST (History)
6 users (show)

See Also:


Attachments
proposed patch. (9.02 KB, patch)
2017-03-02 12:06 PST, Mark Lam
keith_miller: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2017-03-02 11:48:49 PST
This is needed because there are some places in the VM where it's appropriate to handle some types of VM traps but not others.
Comment 1 Mark Lam 2017-03-02 12:06:43 PST
Created attachment 303222 [details]
proposed patch.
Comment 2 Keith Miller 2017-03-02 12:28:51 PST
Comment on attachment 303222 [details]
proposed patch.

r=me.
Comment 3 Mark Lam 2017-03-02 12:34:54 PST
Thanks for the review.  Landed in r213295: <http://trac.webkit.org/r213295>.