Skip to content

Commit 1a8c7ef

Browse files
authored
pass consistency check for each optimization (#1056)
* fix consistency check * add [hit_any_variables] optimization and clean up * dont mess up inner recursive value, clean up
1 parent bbdff4e commit 1a8c7ef

13 files changed

+1215
-1630
lines changed

jscomp/all.depend

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,8 +399,7 @@ core/lam_util.cmx : ext/literals.cmx core/lam_stats.cmx core/lam_print.cmx \
399399
common/js_config.cmx ext/ident_set.cmx ext/ident_map.cmx \
400400
ext/ident_hashtbl.cmx ext/ext_list.cmx ext/ext_filename.cmx \
401401
core/lam_util.cmi
402-
core/lam_group.cmx : core/lam_util.cmx core/lam_print.cmx core/lam.cmx \
403-
core/js_number.cmx ext/ident_set.cmx core/lam_group.cmi
402+
core/lam_group.cmx : core/lam_print.cmx core/lam.cmx core/lam_group.cmi
404403
core/lam_pass_deep_flatten.cmx : core/lam_util.cmx core/lam_group.cmx \
405404
core/lam.cmx core/js_number.cmx ext/ident_set.cmx \
406405
core/lam_pass_deep_flatten.cmi

0 commit comments

Comments
 (0)