Skip to content

Commit

Permalink
fix: There's no jit_hotspot option after all
Browse files Browse the repository at this point in the history
  • Loading branch information
giann committed May 7, 2024
1 parent 7a0186a commit 116d7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var value = from {
- `myrange.toList()` transforms a range into a list of integers
- `myrange.low` and `myrange.high` to get a range bounds
- works with `foreach`
- Tracing JIT (https://github.com/buzz-language/buzz/issues/134). Build with `-Djit_hotspot` to enable. Will look for hot loops and compile them.
- Tracing JIT (https://github.com/buzz-language/buzz/issues/134): will look for hot loops and compile them

## Changed
- Map type notation has changed from `{K, V}` to `{K: V}`. Similarly map expression with specified typed went from `{<K, V>, ...}` to `{<K: V>, ...}` (https://github.com/buzz-language/buzz/issues/253)
Expand Down

0 comments on commit 116d7af

Please sign in to comment.