Unverified Commit 9769d541 authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub
Browse files

Support serializing large (> 2 GiB) annotation files (#3905) (#3907)

* Support serializing Annotations to a Writer

Previous API serializing to a String is limited by JVM max size of 2 GiB
Strings.

* Serialize to Writer instead of String in WriteOutputAnnotations

(cherry picked from commit 736f1a72

)

Co-authored-by: default avatarJack Koenig <koenig@sifive.com>
parent d71ea9a0
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment