beehive-lab / Maxine-VM

Maxine VM: A meta-circular research VM
GNU General Public License v2.0
323 stars 63 forks source link

Openjdk riscv trampolines #19

Closed zakkak closed 4 years ago

gigiblender commented 4 years ago

If T1X code is larger than 1MB, is it going to try compilation with C1X ? What happens if C1X code is larger than 1MB as well?

zakkak commented 4 years ago

If T1X code is larger than 1MB, is it going to try compilation with C1X ?

Yes

What happens if C1X code is larger than 1MB as well?

Good point. I guess we need to add a similar check and crash in that case (just in case)

zakkak commented 4 years ago

Bump

zakkak commented 4 years ago

Good point. I guess we need to add a similar check and crash in that case (just in case)

@bakaliosdim do you think you can take care of that?

zakkak commented 4 years ago

I think this is good to go! @kotselidis what do you thing?

zakkak commented 4 years ago

Bump

zakkak commented 4 years ago

If there are no objections till next Friday I am going to merge this :)