sll-v0.7.19
Pre-release
Pre-release
Sll 0.7.19 - 2022-05-28
Added
- CLI option to enable optimizations:
-O
or--optimize
- CLI option to specify the number of optimization rounds:
-x
or--optimization-rounds
- Compilation data optimizer
- Implemented
sll_optimization_round_count_t
andsll_optimize_source_file
- More tests (#8)
Changed
- Build script is now compiled to assembly only once
- Fixed
sll_string_prepend_char
andsll_string_remove
- Fixed file change tracking in the build script
- Fixed file path string index generated by
sll_unify_compilation_data
- Renamed arguments of multiple functions
- Renamed CLI bundle output switch from
-O
to-B
- Renamed fields of multiple types
- Strings passed to
sll_add_string
are now always release - Translated the build script to Sll (#75)
Removed
- Duplicated functions:
sll_array_from_length
andsll_array_join
- Unused functions:
sll_create_string
andsll_create_object_string