Skip to content

Commit

Permalink
[GR-38110] Long byte array offsets and potentially constant memory bu…
Browse files Browse the repository at this point in the history
…ffer in WebAssembly.

PullRequest: graal/11738
  • Loading branch information
flohuemer committed Jun 3, 2022
2 parents f738e4d + 8b2d1ce commit 5094f06
Show file tree
Hide file tree
Showing 9 changed files with 820 additions and 89 deletions.
1 change: 1 addition & 0 deletions truffle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ This changelog summarizes major changes between Truffle versions relevant to lan
* The annotation `@BytecodeInterpreterSwitchBoundary` was deprecated. Boundaries for the compilation are now inferred from directives like `CompilerDirective.transferToInterpreter()` and `@TruffleBoundary` automatically.
* See the [HostOptimization.md](https://github.com/oracle/graal/blob/master/truffle/docs/HostCompilation.md) for further details.
* GR-38387 Deterministic and declaration order of `InteropLibrary.getMembers()` is now required.
* GR-38110 Added option to use `long` values as offsets for accessing memory through `ByteArraySupport`.

## Version 22.1.0

Expand Down
Loading

0 comments on commit 5094f06

Please sign in to comment.