Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.08 KB

2025-01-20-release-notes-3.6.3.md

File metadata and controls

13 lines (10 loc) · 1.08 KB
category permalink title
release
/news/3.6.3/
Scala 3.6.3 is now available!

Scala 3.6.3 is now available!

The new feature introduced in this release is -Yprofile-trace compiler option enabling the generation of trace events in a standard JSON format. These can be used by tooling to graphically inspect the amount of time needed to process sources in each compilation phase.

To use this feature run compilation with -Yprofile-enabled and -Yprofile-trace:path/to/compiler.trace to specify where traces should be saved. You can also optionally define -Yprofile-destination:path/to/profiler.output to redirect other profiler outputs that would be printed on the standard output otherwise. The final result file can rendered in the web browser using https://ui.perfetto.dev. For more details refer to the Scala 3 PR or its original Scala implementation.

For a full list of changes and contributor credits, please refer to the release notes.