WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
173884
Every function return should be an invalidation point for VMTraps
https://bugs.webkit.org/show_bug.cgi?id=173884
Summary
Every function return should be an invalidation point for VMTraps
Keith Miller
Reported
2017-06-27 12:43:59 PDT
We want this as an optimization for VMTraps where we have the following problem: DFG code, A, calls 1000 unique functions (also in DFG) in a loop that each take a long time to run. We insert traps in each of the unique calls but they never fire because we return to A, which calls the next function. i.e. A() { B(); C(); D(); E(); ... }
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug