Remix.run Logo
How Fast Does Java Compile?(mill-build.org)
3 points by lihaoyi 5 hours ago | 4 comments
sideeffffect 2 hours ago | parent | next [-]

Very interesting. Have you already investigated where is Mill's overhead spent? What can be optimized in Mill to get its time closer to just invoking the javac? Do you already have a plan?

pestatije an hour ago | parent | prev | next [-]

Excellent example where CRaC [Coordinated Restore at Checkpoint, %] would be useful.

[%] https://wiki.openjdk.org/display/crac

sideeffffect 2 hours ago | parent | prev | next [-]

Why is it

./mill common.compile

and

./mill clean common

but not

./mill common.clean

?

5 hours ago | parent | prev [-]
[deleted]