Skip to content

Commit

Permalink
rip out most of the dead jit-related code
Browse files Browse the repository at this point in the history
  • Loading branch information
y21 committed Dec 23, 2024
1 parent 38c8543 commit 233f2dc
Show file tree
Hide file tree
Showing 29 changed files with 13 additions and 1,775 deletions.
38 changes: 0 additions & 38 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ members = [
# (commented out so the project can be built in the root dir)
#
# "crates/dash_wasm",
# "crates/dash_llvm_jit_backend",
]
resolver = "2"

Expand Down
4 changes: 1 addition & 3 deletions crates/dash_compiler/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use std::cell::{Cell, RefCell};
use std::collections::HashSet;
use std::cell::Cell;
use std::rc::Rc;

use dash_log::{Level, debug, span};
Expand Down Expand Up @@ -1797,7 +1796,6 @@ impl Visitor<Result<(), Error>> for FunctionCompiler<'_> {
},
externals: cmp.externals.into(),
rest_local,
poison_ips: RefCell::new(HashSet::new()),
debug_symbols: cmp.debug_symbols,
source: Rc::clone(&ib.source),
references_arguments: cmp.references_arguments.is_some(),
Expand Down
16 changes: 0 additions & 16 deletions crates/dash_llvm_jit_backend/Cargo.toml

This file was deleted.

Loading

0 comments on commit 233f2dc

Please sign in to comment.