Skip to content

sll-v0.7.19

Pre-release
Pre-release
Compare
Choose a tag to compare
@access-data access-data released this 28 May 06:49
0e4fe7e

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

  • Build script is now compiled to assembly only once
  • Fixed sll_string_prepend_char and sll_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 and sll_array_join
  • Unused functions: sll_create_string and sll_create_object_string