binaryen icon indicating copy to clipboard operation
binaryen copied to clipboard

Support branch hinting

Open tlively opened this issue 1 year ago • 0 comments

The branch hinting proposal is close to reaching phase 4. Its text format depends on the annotations proposal, and since the new wat parser supports annotations in general, it will now be easier to implement support for branch hinting. This should probably be combined with adding support for branch hinting in the LLVM WebAssembly backend to be most useful.

tlively avatar May 20 '24 23:05 tlively