Code review feedback.
* Remove `once-cell` dependency. * Remove function address `BTreeMap` from `CompiledModule` in favor of binary searching finished functions directly. * Use `with_capacity` when populating `CompiledModule` finished functions and trampolines.
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -3407,7 +3407,6 @@ dependencies = [
|
||||
"log",
|
||||
"more-asserts",
|
||||
"object",
|
||||
"once_cell",
|
||||
"rayon",
|
||||
"region",
|
||||
"serde",
|
||||
|
||||
Reference in New Issue
Block a user