Commit b86a0ed
committed
Expand mypyc module compilation to 36 modules
Add 22 more modules to mypyc compilation for better performance:
Type system:
- assert_name.py
Language/parsing:
- source.py, location.py, token_kind.py
- directive_locations.py, print_string.py
Utilities:
- type_info.py
Execution:
- build_field_plan.py, types.py
Error handling:
- graphql_error.py, located_error.py
Pyutils (hot paths):
- path.py, is_awaitable.py, is_iterable.py
- gather_with_cancel.py, async_reduce.py
- ref_map.py, convert_case.py, suggestion_list.py
Validation:
- validate.py, validation_context.py
All 36 modules compile successfully with mypyc.1 parent ec5dfe1 commit b86a0ed
1 file changed
+30
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
| 29 | + | |
28 | 30 | | |
| 31 | + | |
29 | 32 | | |
| 33 | + | |
| 34 | + | |
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
33 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
34 | 45 | | |
35 | 46 | | |
36 | 47 | | |
37 | 48 | | |
| 49 | + | |
| 50 | + | |
38 | 51 | | |
39 | 52 | | |
40 | 53 | | |
41 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
42 | 72 | | |
43 | 73 | | |
44 | 74 | | |
| |||
0 commit comments