Skip to content

Conversation

kripken
Copy link
Member

@kripken kripken commented Feb 28, 2024

This new backend in V8 can now be used for wasm, so we should fuzz it.

@kripken kripken requested review from aheejin and tlively February 28, 2024 20:43
name = 'd8_turboshaft'

def run(self, wasm):
return super(D8Turboshaft, self).run(wasm, extra_d8_flags=['--no-liftoff', '--turboshaft-wasm', '--turboshaft-wasm-instruction-selection-staged'])
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does --turboshaft-wasm-instruction-selection-staged mean?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it means that it enables the "staged" (almost ready) part of wasm instruction selection. That's all I know, though - these are the flags that were suggested to me 😄

@kripken kripken merged commit 3085c62 into WebAssembly:main Feb 28, 2024
@kripken kripken deleted the turboshaft branch February 28, 2024 22:57
@gkdn gkdn mentioned this pull request Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants