Skip to content

Commit

Permalink
Push Update 28/05/2022, 08:43:45
Browse files Browse the repository at this point in the history
  • Loading branch information
krzem5 committed May 28, 2022
1 parent 24f29f4 commit 0e4fe7e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions changelog/latest.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Sll [0.7.19] - Ongoing
# 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` and `sll_optimize_source_file`
- More tests ([#8])

## Changed

Expand All @@ -24,5 +25,6 @@
- Duplicated functions: `sll_array_from_length` and `sll_array_join`
- Unused functions: `sll_create_string` and `sll_create_object_string`

[0.7.19]: https://github.com/sl-lang/sll/compare/sll-v0.7.18...main
[0.7.19]: https://github.com/sl-lang/sll/compare/sll-v0.7.18...sll-v0.7.19
[#8]: https://github.com/sl-lang/sll/issues/8
[#75]: https://github.com/sl-lang/sll/issues/75

0 comments on commit 0e4fe7e

Please sign in to comment.