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

drop the support for 1.8 versions #504

Merged
merged 1 commit into from
May 12, 2023
Merged

drop the support for 1.8 versions #504

merged 1 commit into from
May 12, 2023

Conversation

aviatesk
Copy link
Owner

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented May 11, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -1.85 ⚠️

Comparison is base (4665b28) 90.93% compared to head (4d7c7ae) 89.09%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #504      +/-   ##
==========================================
- Coverage   90.93%   89.09%   -1.85%     
==========================================
  Files          10       10              
  Lines        2969     2962       -7     
==========================================
- Hits         2700     2639      -61     
- Misses        269      323      +54     
Impacted Files Coverage Δ
src/JET.jl 79.91% <100.00%> (-0.42%) ⬇️
src/abstractinterpret/abstractanalyzer.jl 86.59% <100.00%> (ø)
src/abstractinterpret/inferenceerrorreport.jl 90.38% <100.00%> (ø)
src/abstractinterpret/typeinfer.jl 87.14% <100.00%> (-7.46%) ⬇️
src/analyzers/jetanalyzer.jl 89.55% <100.00%> (-1.32%) ⬇️
src/analyzers/optanalyzer.jl 93.26% <100.00%> (ø)
src/toplevel/virtualprocess.jl 94.95% <100.00%> (-1.58%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@github-actions
Copy link

JET Benchmark Result

Judge result

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

Job Properties

  • Time of benchmarks:
  • Target: 11 May 2023 - 06:39
  • Baseline: 11 May 2023 - 06:52
  • Package commits:
  • Target: 6e244f
  • Baseline: 4665b2
  • Julia commits:
  • Target: 0b5ec1
  • Baseline: 0b5ec1
  • 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
["First-Time-To-JET", "sum(\"julia\")"] 0.91 (5%) ✅ 1.00 (1%)
["JETAnalyzer{BasicPass} top-level", "self analysis"] 1.13 (5%) ❌ 1.00 (1%)
["JETAnalyzer{SoundPass}", "identity(nothing)"] 0.87 (5%) ✅ 1.00 (1%)
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 0.94 (5%) ✅ 1.00 (1%)
["OptAnalyzer", "identity(nothing)"] 0.95 (5%) ✅ 1.00 (1%)
["show(::IO, ::JETCallResult)", "report_opt"] 0.84 (5%) ✅ 1.00 (1%)

Benchmark Group List

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

  • ["First-Time-To-JET"]
  • ["JETAnalyzer{BasicPass} top-level"]
  • ["JETAnalyzer{BasicPass}"]
  • ["JETAnalyzer{SoundPass}"]
  • ["OptAnalyzer"]
  • ["show(::IO, ::JETCallResult)"]

Julia versioninfo

Target

Julia Version 1.10.0-DEV.1267
Commit 0b5ec1f57eb (2023-05-11 03:35 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1037-azure #44-Ubuntu SMP Thu Apr 20 13:19:31 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2095 MHz 7295 s 0 s 216 s 4586 s 0 s
 #2 2095 MHz 3051 s 0 s 302 s 8698 s 0 s
 Memory: 6.781208038330078 GB (4512.703125 MB free)
 Uptime: 1217.62 sec
 Load Avg: 1.06 1.02 0.76
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, skylake-avx512)
 Threads: 1 on 2 virtual cores

Baseline

Julia Version 1.10.0-DEV.1267
Commit 0b5ec1f57eb (2023-05-11 03:35 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1037-azure #44-Ubuntu SMP Thu Apr 20 13:19:31 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2095 MHz 8739 s 0 s 280 s 10911 s 0 s
 #2 2095 MHz 9542 s 0 s 414 s 9955 s 0 s
 Memory: 6.781208038330078 GB (4519.7890625 MB free)
 Uptime: 2004.35 sec
 Load Avg: 1.0 1.01 0.93
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, skylake-avx512)
 Threads: 1 on 2 virtual cores

Target result

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

Job Properties

  • Time of benchmark: 11 May 2023 - 6:39
  • Package commit: 6e244f
  • Julia commit: 0b5ec1
  • 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
["First-Time-To-JET", "package loading"] 77.037 s (5%) 187.30 KiB (1%) 1723
["First-Time-To-JET", "rand(Bool)"] 759.741 ms (5%) 65.14 KiB (1%) 19
["First-Time-To-JET", "sum(\"julia\")"] 300.923 ms (5%) 65.14 KiB (1%) 19
["JETAnalyzer{BasicPass} top-level", "demo"] 59.913 ms (5%) 2.17 MiB (1%) 38262
["JETAnalyzer{BasicPass} top-level", "self analysis"] 16.610 s (5%) 1.521 s 1.08 GiB (1%) 19819385
["JETAnalyzer{BasicPass} top-level", "simple"] 11.013 ms (5%) 2.07 MiB (1%) 35864
["JETAnalyzer{BasicPass}", "identity(nothing)"] 105.205 μs (5%) 7.38 KiB (1%) 106
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 194.273 ms (5%) 37.32 MiB (1%) 700286
["JETAnalyzer{BasicPass}", "rand(Bool)"] 60.838 ms (5%) 14.40 MiB (1%) 264143
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 197.910 μs (5%) 17.33 KiB (1%) 229
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 8.265 ms (5%) 1.92 MiB (1%) 33581
["JETAnalyzer{SoundPass}", "identity(nothing)"] 105.704 μs (5%) 7.38 KiB (1%) 106
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 308.430 ms (5%) 44.116 ms 58.85 MiB (1%) 837340
["JETAnalyzer{SoundPass}", "rand(Bool)"] 73.596 ms (5%) 18.08 MiB (1%) 298457
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 7.268 s (5%) 20.83 MiB (1%) 382248
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 8.843 ms (5%) 2.03 MiB (1%) 35551
["OptAnalyzer", "identity(nothing)"] 166.010 μs (5%) 25.61 KiB (1%) 370
["OptAnalyzer", "println(QuoteNode(nothing))"] 714.214 ms (5%) 77.912 ms 198.65 MiB (1%) 2933985
["OptAnalyzer", "rand(Bool)"] 39.673 ms (5%) 13.68 MiB (1%) 203142
["OptAnalyzer", "sum(\"julia\") (cached)"] 337.823 μs (5%) 59.66 KiB (1%) 821
["OptAnalyzer", "sum(\"julia\")"] 18.499 ms (5%) 5.81 MiB (1%) 86981
["show(::IO, ::JETCallResult)", "report_call"] 1.633 ms (5%) 274.89 KiB (1%) 5080
["show(::IO, ::JETCallResult)", "report_opt"] 22.202 μs (5%) 632 bytes (1%) 14

Benchmark Group List

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

  • ["First-Time-To-JET"]
  • ["JETAnalyzer{BasicPass} top-level"]
  • ["JETAnalyzer{BasicPass}"]
  • ["JETAnalyzer{SoundPass}"]
  • ["OptAnalyzer"]
  • ["show(::IO, ::JETCallResult)"]

Julia versioninfo

Julia Version 1.10.0-DEV.1267
Commit 0b5ec1f57eb (2023-05-11 03:35 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1037-azure #44-Ubuntu SMP Thu Apr 20 13:19:31 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2095 MHz 7295 s 0 s 216 s 4586 s 0 s
 #2 2095 MHz 3051 s 0 s 302 s 8698 s 0 s
 Memory: 6.781208038330078 GB (4512.703125 MB free)
 Uptime: 1217.62 sec
 Load Avg: 1.06 1.02 0.76
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, skylake-avx512)
 Threads: 1 on 2 virtual cores

Baseline result

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

Job Properties

  • Time of benchmark: 11 May 2023 - 6:52
  • Package commit: 4665b2
  • Julia commit: 0b5ec1
  • 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
["First-Time-To-JET", "package loading"] 78.847 s (5%) 187.30 KiB (1%) 1723
["First-Time-To-JET", "rand(Bool)"] 776.857 ms (5%) 65.14 KiB (1%) 19
["First-Time-To-JET", "sum(\"julia\")"] 330.932 ms (5%) 65.14 KiB (1%) 19
["JETAnalyzer{BasicPass} top-level", "demo"] 59.752 ms (5%) 2.17 MiB (1%) 38262
["JETAnalyzer{BasicPass} top-level", "self analysis"] 14.741 s (5%) 1.547 s 1.08 GiB (1%) 19819666
["JETAnalyzer{BasicPass} top-level", "simple"] 11.190 ms (5%) 2.08 MiB (1%) 35865
["JETAnalyzer{BasicPass}", "identity(nothing)"] 108.305 μs (5%) 7.38 KiB (1%) 106
["JETAnalyzer{BasicPass}", "println(QuoteNode(nothing))"] 202.117 ms (5%) 37.32 MiB (1%) 700286
["JETAnalyzer{BasicPass}", "rand(Bool)"] 63.831 ms (5%) 14.40 MiB (1%) 264143
["JETAnalyzer{BasicPass}", "sum(\"julia\") (cached)"] 197.012 μs (5%) 17.33 KiB (1%) 229
["JETAnalyzer{BasicPass}", "sum(\"julia\")"] 8.428 ms (5%) 1.93 MiB (1%) 33582
["JETAnalyzer{SoundPass}", "identity(nothing)"] 121.608 μs (5%) 7.38 KiB (1%) 106
["JETAnalyzer{SoundPass}", "println(QuoteNode(nothing))"] 318.886 ms (5%) 44.180 ms 58.85 MiB (1%) 837340
["JETAnalyzer{SoundPass}", "rand(Bool)"] 76.775 ms (5%) 18.08 MiB (1%) 298457
["JETAnalyzer{SoundPass}", "sum(\"julia\") (cached)"] 7.345 s (5%) 20.83 MiB (1%) 382284
["JETAnalyzer{SoundPass}", "sum(\"julia\")"] 9.449 ms (5%) 2.04 MiB (1%) 35552
["OptAnalyzer", "identity(nothing)"] 174.912 μs (5%) 25.61 KiB (1%) 370
["OptAnalyzer", "println(QuoteNode(nothing))"] 734.545 ms (5%) 78.345 ms 198.65 MiB (1%) 2933985
["OptAnalyzer", "rand(Bool)"] 40.323 ms (5%) 13.68 MiB (1%) 203142
["OptAnalyzer", "sum(\"julia\") (cached)"] 343.820 μs (5%) 59.66 KiB (1%) 821
["OptAnalyzer", "sum(\"julia\")"] 18.658 ms (5%) 5.82 MiB (1%) 86982
["show(::IO, ::JETCallResult)", "report_call"] 1.676 ms (5%) 274.89 KiB (1%) 5080
["show(::IO, ::JETCallResult)", "report_opt"] 26.502 μs (5%) 632 bytes (1%) 14

Benchmark Group List

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

  • ["First-Time-To-JET"]
  • ["JETAnalyzer{BasicPass} top-level"]
  • ["JETAnalyzer{BasicPass}"]
  • ["JETAnalyzer{SoundPass}"]
  • ["OptAnalyzer"]
  • ["show(::IO, ::JETCallResult)"]

Julia versioninfo

Julia Version 1.10.0-DEV.1267
Commit 0b5ec1f57eb (2023-05-11 03:35 UTC)
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.2 LTS
 uname: Linux 5.15.0-1037-azure #44-Ubuntu SMP Thu Apr 20 13:19:31 UTC 2023 x86_64 x86_64
 CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz: 
 speed user nice sys idle irq
 #1 2095 MHz 8739 s 0 s 280 s 10911 s 0 s
 #2 2095 MHz 9542 s 0 s 414 s 9955 s 0 s
 Memory: 6.781208038330078 GB (4519.7890625 MB free)
 Uptime: 2004.35 sec
 Load Avg: 1.0 1.01 0.93
 WORD_SIZE: 64
 LIBM: libopenlibm
 LLVM: libLLVM-15.0.7 (ORCJIT, skylake-avx512)
 Threads: 1 on 2 virtual cores

Runtime information

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

lscpu output:

Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 46 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 2
On-line CPU(s) list: 0,1
Vendor ID: GenuineIntel
Model name: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz
CPU family: 6
Model: 85
Thread(s) per core: 1
Core(s) per socket: 2
Socket(s): 1
Stepping: 4
BogoMIPS: 4190.34
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 avx512f avx512dq rdseed adx smap clflushopt avx512cd avx512bw avx512vl xsaveopt xsavec xsaves md_clear
Hypervisor vendor: Microsoft
Virtualization type: full
L1d cache: 64 KiB (2 instances)
L1i cache: 64 KiB (2 instances)
L2 cache: 2 MiB (2 instances)
L3 cache: 35.8 MiB (1 instance)
NUMA node(s): 1
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 Mmio stale data: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
Vulnerability Retbleed: Vulnerable
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2: Mitigation; Retpolines, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Mitigation; Clear CPU buffers; SMT Host state unknown

Cpu Property Value
Brand Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz
Vendor :Intel
Architecture :Skylake
Model Family: 0x06, Model: 0x55, Stepping: 0x04, 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

@aviatesk aviatesk merged commit df6cd44 into master May 12, 2023
19 of 20 checks passed
@aviatesk aviatesk deleted the avi/drop-1.8 branch June 5, 2023 10:00
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