rorygraves / scalac_perf

The Scala programming language
http://www.scala-lang.org/
16 stars 3 forks source link

object call layout #19

Open mkeskells opened 7 years ago

mkeskells commented 7 years ago

if top level and other singleton objects had static fields and instance methods suplied access to them, then the java inliner has a better chnace of doing a better job

investigate and benchmark - make the code gen generate idiomatically wht a java dev would write

ackratos commented 7 years ago

I'd like to investigate this one. If it beyond my capability, I will handle over to someone else ;)