mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
inlining
This commit is contained in:
parent
f50776f70f
commit
79221f2669
2 changed files with 2 additions and 1 deletions
1
_tags
1
_tags
|
|
@ -3,5 +3,6 @@
|
|||
<tests/*.ml{,i}>: thread
|
||||
<src/threads/*.ml{,i}>: thread
|
||||
<src/core/CCVector.cmx>: inline(25)
|
||||
<src/data/CCFlatHashtbl.cm*>: inline(15)
|
||||
<src/**/*.ml> and not <src/misc/*.ml>: warn_A, warn(-4), warn(-44)
|
||||
true: no_alias_deps, safe_string
|
||||
|
|
|
|||
|
|
@ -412,7 +412,7 @@ module Tbl = struct
|
|||
"persistent_array_find", (fun () -> persistent_array_find pa n), ();
|
||||
"imap_find", (fun () -> imap_find m n), ();
|
||||
"intmap_find", (fun () -> intmap_find m' n), ();
|
||||
"cchashtbl_find", (fun () -> icchashtbl_find h'''''' n), ();
|
||||
"ccflathashtbl_find", (fun () -> icchashtbl_find h'''''' n), ();
|
||||
]
|
||||
|
||||
let () = B.Tree.register (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue