Commit 10d5c98
committed
[JSC] Enable AsyncStackTrace
https://bugs.webkit.org/show_bug.cgi?id=306918
rdar://169587801
Reviewed by Sosuke Suzuki.
We carefully did A/B test and confirmed it is neutral. So let's enable
it. AsyncStackTrace will offer stack trace with asynchronous context
which keeps entries connected from the previous async execution.
* LayoutTests/http/tests/webgpu/webgpu/api/operation/uncapturederror-expected.txt:
* LayoutTests/http/tests/webgpu/webgpu/api/validation/capability_checks/limits/maxInterStageShaderVariables-expected.txt:
* LayoutTests/http/tests/webgpu/webgpu/shader/execution/flow_control/eval_order-expected.txt:
* Source/JavaScriptCore/runtime/OptionsList.h:
Canonical link: https://commits.webkit.org/306759@main1 parent e9964c3 commit 10d5c98
4 files changed
Lines changed: 389 additions & 1 deletion
File tree
- LayoutTests/http/tests/webgpu/webgpu
- api
- operation
- validation/capability_checks/limits
- shader/execution/flow_control
- Source/JavaScriptCore/runtime
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| 17 | + | |
| 18 | + | |
15 | 19 | | |
16 | 20 | | |
17 | 21 | | |
| |||
0 commit comments