|
@@ -1042,12 +1042,12 @@ let optimize dump get_str (f:fundecl) (hxf:Type.tfunc) =
|
|
DynArray.add idxs i
|
|
DynArray.add idxs i
|
|
| _ -> ()
|
|
| _ -> ()
|
|
) old_code;
|
|
) old_code;
|
|
- opt_cache := PMap.add hxf {
|
|
|
|
|
|
+ (*opt_cache := PMap.add hxf {
|
|
c_code = old_code;
|
|
c_code = old_code;
|
|
c_rctx = rctx;
|
|
c_rctx = rctx;
|
|
c_last_used = !used_mark;
|
|
c_last_used = !used_mark;
|
|
c_remap_indexes = DynArray.to_array idxs;
|
|
c_remap_indexes = DynArray.to_array idxs;
|
|
- } (!opt_cache);
|
|
|
|
|
|
+ } (!opt_cache);*)
|
|
fopt
|
|
fopt
|
|
|
|
|
|
let clean_cache() =
|
|
let clean_cache() =
|