rorygraves / scalac_perf

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

Symbol.getFlag(flag:Int) #36

Open mkeskells opened 6 years ago

mkeskells commented 6 years ago

def hasFlag(mask: Int): Boolean = hasFlag(mask.toLong)

is this faster if we use the final long interface

ccjoywang commented 6 years ago

Please assign this to me :)

mkeskells commented 6 years ago

https://github.com/scala/scala/pull/6376

mkeskells commented 6 years ago

I should not have closed this

mkeskells commented 6 years ago

https://github.com/scala/scala/pull/6567 replaced https://github.com/scala/scala/pull/6376