Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

report errors within any compileable frames #288

Merged
merged 2 commits into from
Dec 7, 2021
Merged

Conversation

aviatesk
Copy link
Owner

@aviatesk aviatesk commented Dec 7, 2021

Previously, JET ignored possible errors within any abstract frames
(i.e. those do not satisfy isdispatchtuple(frame.linfo.specTypes)),
but abstract call can be compiled and executed if the @nospecialize
annotation is used.
This change respects @nospecialize annotations, and make the default
passes report errors within any "compileable" frames.

And then our self checks also revealed we're actually doing excessive specializations in some places.
The second commit eliminates them.

Previously, JET ignored possible errors within any abstract frames
(i.e. those do not satisfy `isdispatchtuple(frame.linfo.specTypes)`),
but abstract call can be compiled and executed if the `@nospecialize`
annotation is used.
This change respects `@nospecialize` annotations, and make the default
passes report errors within any "compileable" frames.
@github-actions
Copy link

github-actions bot commented Dec 7, 2021

JET Benchmark Result

Judge result

Benchmark Report for /home/runner/work/JET.jl/JET.jl

Job Properties

  • Time of benchmarks:
  • Target: 7 Dec 2021 - 12:42
  • Baseline: 7 Dec 2021 - 13:00
  • Package commits:
  • Target: fae8f1
  • Baseline: a22ef3
  • Julia commits:
  • Target: db1d2f
  • Baseline: db1d2f
  • Julia command flags:
  • Target: None
  • Baseline: None
  • Environment variables:
  • Target: None
  • Baseline: None

Results

A ratio greater than 1.0 denotes a possible regression (marked with ❌), while a ratio less
than 1.0 denotes a possible improvement (marked with ✅). Only significant results - results
that indicate possible regressions or improvements - are shown below (thus, an empty table means that all
benchmark results remained invariant between builds).

ID time ratio memory ratio
["a bit complex"] 1.08 (5%) ❌ 1.00 (1%)
["cached easy"] 0.90 (5%) ✅ 1.00 (1%)
["easy"] 1.15 (5%) ❌ 1.00 (1%)

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • []

Julia versioninfo

Target

Julia Version 1.8.0-DEV.1103
Commit db1d2f5891 (2021-12-06 13:55 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.3 LTS
 uname: Linux 5.11.0-1021-azure #22~20.04.1-Ubuntu SMP Fri Oct 29 01:11:25 UTC 2021 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2593 MHz 6038 s 1 s 421 s 5270 s 0 s
 #2 2593 MHz 5700 s 1 s 402 s 5634 s 0 s
 
 Memory: 6.788982391357422 GB (3254.0546875 MB free)
 Uptime: 1179.57 sec
 Load Avg: 1.1 1.06 0.84
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-12.0.1 (ORCJIT, skylake-avx512)

Baseline

Julia Version 1.8.0-DEV.1103
Commit db1d2f5891 (2021-12-06 13:55 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.3 LTS
 uname: Linux 5.11.0-1021-azure #22~20.04.1-Ubuntu SMP Fri Oct 29 01:11:25 UTC 2021 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2593 MHz 11475 s 1 s 718 s 10151 s 0 s
 #2 2593 MHz 10992 s 1 s 700 s 10661 s 0 s
 
 Memory: 6.788982391357422 GB (3204.44140625 MB free)
 Uptime: 2242.84 sec
 Load Avg: 1.01 1.03 1.0
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-12.0.1 (ORCJIT, skylake-avx512)

Target result

Benchmark Report for /home/runner/work/JET.jl/JET.jl

Job Properties

  • Time of benchmark: 7 Dec 2021 - 12:42
  • Package commit: fae8f1
  • Julia commit: db1d2f
  • Julia command flags: None
  • Environment variables: None

Results

Below is a table of this job's results, obtained by running the benchmarks.
The values listed in the ID column have the structure [parent_group, child_group, ..., key], and can be used to
index into the BaseBenchmarks suite to retrieve the corresponding benchmarks.
The percentages accompanying time and memory values in the below table are noise tolerances. The "true"
time/memory value for a given benchmark is expected to fall within this percentage of the reported value.
An empty cell means that the value was zero.

ID time GC time memory allocations
["a bit complex"] 673.621 ms (5%) 728 bytes (1%) 19
["cached easy"] 3.843 ms (5%) 728 bytes (1%) 19
["easy"] 455.109 ms (5%) 728 bytes (1%) 19
["end to end"] 9.474 s (5%) 147.46 KiB (1%) 296
["first time"] 3.645 s (5%) 920 bytes (1%) 20
["invalidation"] 3.501 s (5%) 752 bytes (1%) 19
["package loading"] 226.894 ms (5%) 648 bytes (1%) 19
["self analysis"] 17.092 s (5%) 960 bytes (1%) 19
["top-level first time"] 6.434 s (5%) 1.66 KiB (1%) 20
["top-level"] 2.269 s (5%) 1.06 KiB (1%) 19

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • []

Julia versioninfo

Julia Version 1.8.0-DEV.1103
Commit db1d2f5891 (2021-12-06 13:55 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.3 LTS
 uname: Linux 5.11.0-1021-azure #22~20.04.1-Ubuntu SMP Fri Oct 29 01:11:25 UTC 2021 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2593 MHz 6038 s 1 s 421 s 5270 s 0 s
 #2 2593 MHz 5700 s 1 s 402 s 5634 s 0 s
 
 Memory: 6.788982391357422 GB (3254.0546875 MB free)
 Uptime: 1179.57 sec
 Load Avg: 1.1 1.06 0.84
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-12.0.1 (ORCJIT, skylake-avx512)

Baseline result

Benchmark Report for /home/runner/work/JET.jl/JET.jl

Job Properties

  • Time of benchmark: 7 Dec 2021 - 13:0
  • Package commit: a22ef3
  • Julia commit: db1d2f
  • Julia command flags: None
  • Environment variables: None

Results

Below is a table of this job's results, obtained by running the benchmarks.
The values listed in the ID column have the structure [parent_group, child_group, ..., key], and can be used to
index into the BaseBenchmarks suite to retrieve the corresponding benchmarks.
The percentages accompanying time and memory values in the below table are noise tolerances. The "true"
time/memory value for a given benchmark is expected to fall within this percentage of the reported value.
An empty cell means that the value was zero.

ID time GC time memory allocations
["a bit complex"] 622.868 ms (5%) 728 bytes (1%) 19
["cached easy"] 4.280 ms (5%) 728 bytes (1%) 19
["easy"] 394.847 ms (5%) 728 bytes (1%) 19
["end to end"] 9.699 s (5%) 147.28 KiB (1%) 291
["first time"] 3.744 s (5%) 920 bytes (1%) 20
["invalidation"] 3.355 s (5%) 752 bytes (1%) 19
["package loading"] 231.309 ms (5%) 648 bytes (1%) 19
["self analysis"] 16.580 s (5%) 960 bytes (1%) 19
["top-level first time"] 6.431 s (5%) 1.66 KiB (1%) 20
["top-level"] 2.199 s (5%) 1.06 KiB (1%) 19

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • []

Julia versioninfo

Julia Version 1.8.0-DEV.1103
Commit db1d2f5891 (2021-12-06 13:55 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.3 LTS
 uname: Linux 5.11.0-1021-azure #22~20.04.1-Ubuntu SMP Fri Oct 29 01:11:25 UTC 2021 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2593 MHz 11475 s 1 s 718 s 10151 s 0 s
 #2 2593 MHz 10992 s 1 s 700 s 10661 s 0 s
 
 Memory: 6.788982391357422 GB (3204.44140625 MB free)
 Uptime: 2242.84 sec
 Load Avg: 1.01 1.03 1.0
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-12.0.1 (ORCJIT, skylake-avx512)

Runtime information

Runtime Info
BLAS #threads 2
BLAS.vendor() openblas64
Sys.CPU_THREADS 2

lscpu output:

Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
Address sizes: 46 bits physical, 48 bits virtual
CPU(s): 2
On-line CPU(s) list: 0,1
Thread(s) per core: 1
Core(s) per socket: 2
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 85
Model name: Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz
Stepping: 7
CPU MHz: 2593.905
BogoMIPS: 5187.81
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 64 KiB
L1i cache: 64 KiB
L2 cache: 2 MiB
L3 cache: 35.8 MiB
NUMA node0 CPU(s): 0,1
Vulnerability Itlb multihit: KVM: Mitigation: VMX unsupported
Vulnerability L1tf: Mitigation; PTE Inversion
Vulnerability Mds: Mitigation; Clear CPU buffers; SMT Host state unknown
Vulnerability Meltdown: Mitigation; PTI
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2: Mitigation; Full generic retpoline, STIBP disabled, RSB filling
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Mitigation; Clear CPU buffers; SMT Host state unknown
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single pti fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx avx512f avx512dq rdseed adx smap clflushopt avx512cd avx512bw avx512vl xsaveopt xsavec xsaves md_clear

Cpu Property Value
Brand Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz
Vendor :Intel
Architecture :Skylake
Model Family: 0x06, Model: 0x55, Stepping: 0x07, Type: 0x00
Cores 2 physical cores, 2 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (32, 1024, 36608) kbytes
64 byte cache line size
Address Size 48 bits virtual, 46 bits physical
SIMD 512 bit = 64 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC increased at every clock cycle (non-invariant TSC)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft
JET Benchmark Result

Judge result

Benchmark Report for /home/runner/work/JET.jl/JET.jl

Job Properties

  • Time of benchmarks:
  • Target: 7 Dec 2021 - 13:17
  • Baseline: 7 Dec 2021 - 13:34
  • Package commits:
  • Target: 5b6b52
  • Baseline: a22ef3
  • Julia commits:
  • Target: db1d2f
  • Baseline: db1d2f
  • Julia command flags:
  • Target: None
  • Baseline: None
  • Environment variables:
  • Target: None
  • Baseline: None

Results

A ratio greater than 1.0 denotes a possible regression (marked with ❌), while a ratio less
than 1.0 denotes a possible improvement (marked with ✅). Only significant results - results
that indicate possible regressions or improvements - are shown below (thus, an empty table means that all
benchmark results remained invariant between builds).

ID time ratio memory ratio
["cached easy"] 0.89 (5%) ✅ 1.00 (1%)
["easy"] 1.13 (5%) ❌ 1.00 (1%)
["end to end"] 1.01 (5%) 0.09 (1%) ✅

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • []

Julia versioninfo

Target

Julia Version 1.8.0-DEV.1103
Commit db1d2f5891 (2021-12-06 13:55 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.3 LTS
 uname: Linux 5.11.0-1021-azure #22~20.04.1-Ubuntu SMP Fri Oct 29 01:11:25 UTC 2021 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 5879 s 1 s 379 s 7700 s 0 s
 #2 2793 MHz 5874 s 1 s 414 s 7689 s 0 s
 
 Memory: 6.788982391357422 GB (3165.14453125 MB free)
 Uptime: 1401.75 sec
 Load Avg: 1.02 1.03 0.83
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-12.0.1 (ORCJIT, icelake-server)

Baseline

Julia Version 1.8.0-DEV.1103
Commit db1d2f5891 (2021-12-06 13:55 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.3 LTS
 uname: Linux 5.11.0-1021-azure #22~20.04.1-Ubuntu SMP Fri Oct 29 01:11:25 UTC 2021 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 11332 s 1 s 669 s 12552 s 0 s
 #2 2793 MHz 11145 s 1 s 705 s 12720 s 0 s
 
 Memory: 6.788982391357422 GB (3180.6015625 MB free)
 Uptime: 2462.38 sec
 Load Avg: 1.0 1.04 1.0
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-12.0.1 (ORCJIT, icelake-server)

Target result

Benchmark Report for /home/runner/work/JET.jl/JET.jl

Job Properties

  • Time of benchmark: 7 Dec 2021 - 13:17
  • Package commit: 5b6b52
  • Julia commit: db1d2f
  • Julia command flags: None
  • Environment variables: None

Results

Below is a table of this job's results, obtained by running the benchmarks.
The values listed in the ID column have the structure [parent_group, child_group, ..., key], and can be used to
index into the BaseBenchmarks suite to retrieve the corresponding benchmarks.
The percentages accompanying time and memory values in the below table are noise tolerances. The "true"
time/memory value for a given benchmark is expected to fall within this percentage of the reported value.
An empty cell means that the value was zero.

ID time GC time memory allocations
["a bit complex"] 722.945 ms (5%) 728 bytes (1%) 19
["cached easy"] 3.960 ms (5%) 728 bytes (1%) 19
["easy"] 476.282 ms (5%) 728 bytes (1%) 19
["end to end"] 10.004 s (5%) 13.77 KiB (1%) 337
["first time"] 3.848 s (5%) 920 bytes (1%) 20
["invalidation"] 3.492 s (5%) 752 bytes (1%) 19
["package loading"] 225.638 ms (5%) 648 bytes (1%) 19
["self analysis"] 16.356 s (5%) 960 bytes (1%) 19
["top-level first time"] 6.619 s (5%) 1.66 KiB (1%) 20
["top-level"] 2.451 s (5%) 1.06 KiB (1%) 19

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • []

Julia versioninfo

Julia Version 1.8.0-DEV.1103
Commit db1d2f5891 (2021-12-06 13:55 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.3 LTS
 uname: Linux 5.11.0-1021-azure #22~20.04.1-Ubuntu SMP Fri Oct 29 01:11:25 UTC 2021 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 5879 s 1 s 379 s 7700 s 0 s
 #2 2793 MHz 5874 s 1 s 414 s 7689 s 0 s
 
 Memory: 6.788982391357422 GB (3165.14453125 MB free)
 Uptime: 1401.75 sec
 Load Avg: 1.02 1.03 0.83
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-12.0.1 (ORCJIT, icelake-server)

Baseline result

Benchmark Report for /home/runner/work/JET.jl/JET.jl

Job Properties

  • Time of benchmark: 7 Dec 2021 - 13:34
  • Package commit: a22ef3
  • Julia commit: db1d2f
  • Julia command flags: None
  • Environment variables: None

Results

Below is a table of this job's results, obtained by running the benchmarks.
The values listed in the ID column have the structure [parent_group, child_group, ..., key], and can be used to
index into the BaseBenchmarks suite to retrieve the corresponding benchmarks.
The percentages accompanying time and memory values in the below table are noise tolerances. The "true"
time/memory value for a given benchmark is expected to fall within this percentage of the reported value.
An empty cell means that the value was zero.

ID time GC time memory allocations
["a bit complex"] 699.516 ms (5%) 728 bytes (1%) 19
["cached easy"] 4.464 ms (5%) 728 bytes (1%) 19
["easy"] 423.249 ms (5%) 728 bytes (1%) 19
["end to end"] 9.918 s (5%) 149.67 KiB (1%) 390
["first time"] 3.854 s (5%) 920 bytes (1%) 20
["invalidation"] 3.478 s (5%) 752 bytes (1%) 19
["package loading"] 229.512 ms (5%) 648 bytes (1%) 19
["self analysis"] 16.382 s (5%) 960 bytes (1%) 19
["top-level first time"] 6.637 s (5%) 1.66 KiB (1%) 20
["top-level"] 2.446 s (5%) 1.06 KiB (1%) 19

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • []

Julia versioninfo

Julia Version 1.8.0-DEV.1103
Commit db1d2f5891 (2021-12-06 13:55 UTC)
Platform Info:
 OS: Linux (x86_64-pc-linux-gnu)
 Ubuntu 20.04.3 LTS
 uname: Linux 5.11.0-1021-azure #22~20.04.1-Ubuntu SMP Fri Oct 29 01:11:25 UTC 2021 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz: 
 speed user nice sys idle irq
 #1 2793 MHz 11332 s 1 s 669 s 12552 s 0 s
 #2 2793 MHz 11145 s 1 s 705 s 12720 s 0 s
 
 Memory: 6.788982391357422 GB (3180.6015625 MB free)
 Uptime: 2462.38 sec
 Load Avg: 1.0 1.04 1.0
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-12.0.1 (ORCJIT, icelake-server)

Runtime information

Runtime Info
BLAS #threads 2
BLAS.vendor() openblas64
Sys.CPU_THREADS 2

lscpu output:

Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
Address sizes: 46 bits physical, 48 bits virtual
CPU(s): 2
On-line CPU(s) list: 0,1
Thread(s) per core: 1
Core(s) per socket: 2
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 106
Model name: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
Stepping: 6
CPU MHz: 2793.438
BogoMIPS: 5586.87
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 96 KiB
L1i cache: 64 KiB
L2 cache: 2.5 MiB
L3 cache: 48 MiB
NUMA node0 CPU(s): 0,1
Vulnerability Itlb multihit: Not affected
Vulnerability L1tf: Not affected
Vulnerability Mds: Not affected
Vulnerability Meltdown: Not affected
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2: Mitigation; Full generic retpoline, STIBP disabled, RSB filling
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves avx512vbmi umip avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq rdpid fsrm arch_capabilities

Cpu Property Value
Brand Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
Vendor :Intel
Architecture :UnknownIntel
Model Family: 0x06, Model: 0x6a, Stepping: 0x06, Type: 0x00
Cores 2 physical cores, 2 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (48, 1280, 49152) kbytes
64 byte cache line size
Address Size 48 bits virtual, 46 bits physical
SIMD 512 bit = 64 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC increased at every clock cycle (non-invariant TSC)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft

@codecov-commenter
Copy link

codecov-commenter commented Dec 7, 2021

Codecov Report

Merging #288 (00fa5be) into master (a22ef3e) will increase coverage by 0.10%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #288      +/-   ##
==========================================
+ Coverage   89.09%   89.20%   +0.10%     
==========================================
  Files          10       10              
  Lines        2220     2241      +21     
==========================================
+ Hits         1978     1999      +21     
  Misses        242      242              
Impacted Files Coverage Δ
src/abstractinterpret/typeinfer.jl 93.68% <ø> (ø)
src/JET.jl 72.47% <100.00%> (+0.25%) ⬆️
src/abstractinterpret/abstractanalyzer.jl 81.96% <100.00%> (ø)
src/abstractinterpret/inferenceerrorreport.jl 89.57% <100.00%> (ø)
src/analyzers/jetanalyzer.jl 96.17% <100.00%> (+0.17%) ⬆️
src/analyzers/optanalyzer.jl 87.75% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a22ef3e...00fa5be. Read the comment docs.

@aviatesk aviatesk merged commit 820eba6 into master Dec 7, 2021
@aviatesk aviatesk deleted the avi/compileable branch December 7, 2021 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants