Skip to content

Commit

Permalink
update to LoweredCodeUtils@2.4.5 (#630)
Browse files Browse the repository at this point in the history
* update to LoweredCodeUtils@2.4.5

* virtualprocess: concretize required inplace operations

* iterate until converged

* some renames

* update Project.toml

* some refinement

* fix for v1.10
  • Loading branch information
aviatesk authored May 17, 2024
1 parent a12f4aa commit 2f08e5a
Show file tree
Hide file tree
Showing 5 changed files with 198 additions and 240 deletions.
14 changes: 7 additions & 7 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[weakdeps]
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"

[extensions]
ReviseExt = "Revise"

[compat]
Aqua = "0.8.2"
BenchmarkTools = "1.3.2"
Expand All @@ -21,7 +27,7 @@ InteractiveUtils = "1.10"
JuliaInterpreter = "0.9"
Libdl = "1.10"
Logging = "1.10"
LoweredCodeUtils = "2.2 - 2.3" # TODO update to 2.4
LoweredCodeUtils = "2.4.5"
MacroTools = "0.5.6"
Pkg = "1.10"
PrecompileTools = "1"
Expand All @@ -32,12 +38,6 @@ StaticArrays = "1.7.0"
Test = "1.10"
julia = "1.10"

[weakdeps]
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"

[extensions]
ReviseExt = "Revise"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Expand Down
4 changes: 1 addition & 3 deletions src/JET.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ using Base.Meta: ParseError, isexpr, lower

using Base.Experimental: @MethodTable, @overlay

using LoweredCodeUtils: LoweredCodeUtils, callee_matches
using LoweredCodeUtils: LoweredCodeUtils, add_ssa_preds!, callee_matches

using JuliaInterpreter: _INACTIVE_EXCEPTION, Frame, JuliaInterpreter, is_quotenode_egal

Expand Down Expand Up @@ -308,8 +308,6 @@ include("abstractinterpret/typeinfer.jl")

function print_report end

include("toplevel/graph.jl")

const JULIA_SYNTAX_ENABLED = !(Base.get_bool_env("JULIA_USE_FLISP_PARSER", false))

include("toplevel/virtualprocess.jl")
Expand Down
115 changes: 0 additions & 115 deletions src/toplevel/graph.jl

This file was deleted.

Loading

0 comments on commit 2f08e5a

Please sign in to comment.