Understanding Name and Name.Table

Jonathan Gibbons jonathan.gibbons at oracle.com
Mon Apr 22 18:30:24 UTC 2019



On 04/22/2019 11:02 AM, Ron Shapiro wrote:
>
> I'm coming from the perspective that as long as memory growth is 
> ~linear and not huge, it's always worthwhile for a boost in time.

A significant use case is for "javac as a component", more than just 
"javac for a one-shot compilation". That's the reason we changed from a 
single class to an interface with different implementation 
characteristics. I would not want to lose that aspect .... but it is 
reasonable to explore alternative implementations for different use cases.

-- Jon


More information about the compiler-dev mailing list