{{TransientArrayMap}} has checked ifs in it surrounding its {{editable?}} field that can be eliminated if hinted:
cljs.user=> (set! *print-fn-bodies* true)
true
cljs.user=> (.. TransientArrayMap -prototype -cljs$core$ICounted$_count$arity$1)
#object[Function "function (a){if(cljs.core.truth_(this.editable_QMARK_))return cljs.core.quot(this.len,2);throw Error("count after persistent!");}"]
Note that {{TransientHashMap}} already has such a hint.