Skip to content

Commit 475c17f

Browse files
committed
AUTHORS.md: Add attribution for per-phase profiling
1 parent 0295908 commit 475c17f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

AUTHORS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ The majority of the dotty codebase is new code, with the exception of the compon
3434
> The lexical and syntactic analysis components were adapted from the current Scala compiler. They were originally authored by Martin Odersky,
3535
> Burak Emir, Paul Phillips, Lex Spoon, Sean McDirmid and others.
3636
37+
`dotty.tools.dotc.profile`
38+
39+
> The per-phase profiling support is taken mostly as is from [scala/scala](https://github.com/scala/scala).
40+
> The original author was Mike Skells.
41+
3742
`dotty.tools.dotc.reporting`
3843

3944
> Adapted from [scala/scala](https://github.com/scala/scala) with some heavy modifications. They were originally authored by Matthias Zenger, Martin Odersky, and others.

0 commit comments

Comments
 (0)