Samsung / walrus

WebAssembly Lightweight RUntime
Apache License 2.0
40 stars 10 forks source link

Separate ByteCode from wasm opcode and define own opcode for ByteCode… #100

Closed clover2123 closed 1 year ago

clover2123 commented 1 year ago

… design

clover2123 commented 1 year ago

The main update of this patch is

@zherczeg This patch fixed a lot code part of Walrus, so please review this and share your view. I hope this patch helps you design/implement JITC As a following patch, I'm also considering removing all vtable in ByteCode structures because vtable takes additional space but its not necessary I think.