Changeset 244959 in webkit


Ignore:
Timestamp:
May 6, 2019 12:04:58 AM (5 years ago)
Author:
ysuzuki@apple.com
Message:

[JSC] Add more tests for DFG SetLocal emission for adhoc SetterCall frame
https://bugs.webkit.org/show_bug.cgi?id=197587

Reviewed by Sam Weinig.

This patch adds more tests to r244939. It also inlines setter calls, and eventually see that no PutStack is emitted because MovHint's KillStack kills it.

  • stress/adhoc-setter-frame-should-not-be-killed.js: Added.
Location:
trunk/JSTests
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r244950 r244959  
     12019-05-06  Yusuke Suzuki  <ysuzuki@apple.com>
     2
     3        [JSC] Add more tests for DFG SetLocal emission for adhoc SetterCall frame
     4        https://bugs.webkit.org/show_bug.cgi?id=197587
     5
     6        Reviewed by Sam Weinig.
     7
     8        This patch adds more tests to r244939. It also inlines setter calls, and eventually see that no PutStack is emitted because MovHint's KillStack kills it.
     9
     10        * stress/adhoc-setter-frame-should-not-be-killed.js: Added.
     11
    1122019-05-04  Tadeu Zagallo  <tzagallo@apple.com>
    213
Note: See TracChangeset for help on using the changeset viewer.