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:
Peter Huene
2021-04-07 16:37:04 -07:00
parent 875cb92cf0
commit ad9fa11d48
6 changed files with 89 additions and 52 deletions

1
Cargo.lock generated
View File

@@ -3407,7 +3407,6 @@ dependencies = [
"log",
"more-asserts",
"object",
"once_cell",
"rayon",
"region",
"serde",