plasma-umass / doppio

Breaks the browser language barrier (includes a plugin-free JVM).
http://plasma-umass.github.io/doppio-demo
MIT License
2.16k stars 175 forks source link

Use paramWordSize instead of getParamWordSize() #439

Closed hrj closed 8 years ago

hrj commented 8 years ago

for consistency with invokestatic_fast.

Closes #438

Apart from unit tests, I have tested this with:

hrj commented 8 years ago

Just FYI, I tested this with a scala program as well. I think Scala uses a lot of reflection during bootstrap.

jvilk commented 8 years ago

Thanks!