Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
Closed
Description
SEND
andFOR_ITER
use the same function to count the type of failure of specialization, which should require a minor improvement to make the correct specialization fail kind appear.
For example.
Before improvement:
Failure kind | Count | Ratio |
---|---|---|
other | 27,540 | 96.6% |
kind 13 | 980 | 3.4% |
After improvement:
Failure kind | Count | Ratio |
---|---|---|
async generator send | 24,440 | 86.5% |
other | 3,100 | 11.0% |
list | 700 | 2.5% |