mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-01-14 16:08:02 -05:00
Run simplify twice
This commit is contained in:
@@ -12,6 +12,7 @@ pub fn optimize(module: &mut Module, pointer_allocator: &mut NameAllocator) {
|
||||
collapse_pointers_of_pointers(module);
|
||||
shake_tree(module);
|
||||
simplify(module);
|
||||
simplify(module);
|
||||
remove_noops(module);
|
||||
remove_meta_lines(module);
|
||||
extract_constants(module, pointer_allocator);
|
||||
|
||||
Reference in New Issue
Block a user