Skip to content

Commit

Permalink
Merge pull request #17920 from dsouzai/exceptiontabledoc
Browse files Browse the repository at this point in the history
Document the variable length section of the J9JITExceptionTable
  • Loading branch information
0xdaryl authored Aug 30, 2023
2 parents dc71255 + 0ad771c commit b1d2cc8
Show file tree
Hide file tree
Showing 3 changed files with 443 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/compiler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ In the end code generators perform binary encoding to write the appropriate bits
* [ELF Generator (OMR)](https://github.com/eclipse/omr/blob/master/doc/compiler/runtime/ELFGenerator.md#elfgenerator)
* [Dynamic Loop Transfer (DLT) (OpenJ9)](https://github.com/eclipse-openj9/openj9/issues/12505)
* Stack Walker
* [J9JITExceptionTable (OpenJ9)](runtime/J9JITExceptionTable.md)
</details>

* <details><summary><b>8. Memory</b></summary>
Expand Down
Loading

0 comments on commit b1d2cc8

Please sign in to comment.