Improve Aggregation
-
Review changes -
-
Download -
Patches
-
Plain diff
type:none
This MR improves a few this in the Aggregation pass :
- Use of
add_prefix
andinternal_get_name_and_counter
which should be avoided. - Scope data are stored in a map for faster lock up
- Deduplication of all binder inside a module is changed by the deduplication of module binder before aggregating
- The current pass works in two step: Ast_typed -> list of locally defined decl -> Ast_aggregated. The new pass work in one step : Ast_typed to Ast_aggregated (and a preprocessing before). Therefore all functions are direct mappers.
- Expose function that doesn't take the local module as parameters.
- Separate the deduplication in an independent self-pass for redability.
- Homogenisation with the other pass
Side-effect : this change triggered a bug in the monomorphisation self-pass that is solved in the MR.
Edited by Pierre-Emmanuel Wulfman
Merge request reports
Compare and
Show latest version
- version 294faaf02c
- version 28b44adf51
- version 2718cad239
- version 26f8386a7c
- version 2563731010
- version 2467a37854
- version 2343dd63b4
- version 22323877dd
- version 2111eaa0d8
- version 20d92344c1
- version 1901efb853
- version 182d3c3c5f
- version 17e57cf4b8
- version 16a4e6bf28
- version 158d98b9a8
- version 14d04adfd2
- version 130b20d323
- version 126c5009c9
- version 11ad1f1ac9
- version 1019c739c6
- version 93c4fd3c8
- version 8db2b7e1b
- version 79b81c8ed
- version 6ef137ccb
- version 5daae5c91
- version 4a08872e8
- version 3bbdbb49e
- version 291696cae
- version 1cef10b6a
- dev (base)
- latest version4ca94a3c17 commits,
- version 294faaf02c16 commits,
- version 28b44adf5116 commits,
- version 2718cad23915 commits,
- version 26f8386a7c15 commits,
- version 256373101014 commits,
- version 2467a3785414 commits,
- version 2343dd63b413 commits,
- version 22323877dd14 commits,
- version 2111eaa0d813 commits,
- version 20d92344c113 commits,
- version 1901efb85312 commits,
- version 182d3c3c5f11 commits,
- version 17e57cf4b810 commits,
- version 16a4e6bf2810 commits,
- version 158d98b9a810 commits,
- version 14d04adfd210 commits,
- version 130b20d3239 commits,
- version 126c5009c99 commits,
- version 11ad1f1ac99 commits,
- version 1019c739c69 commits,
- version 93c4fd3c88 commits,
- version 8db2b7e1b8 commits,
- version 79b81c8ed7 commits,
- version 6ef137ccb7 commits,
- version 5daae5c916 commits,
- version 4a08872e85 commits,
- version 3bbdbb49e4 commits,
- version 291696cae17 commits,
- version 1cef10b6a11 commits,
Compare changes
- Side-by-side
- Inline
Files
732Loading