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

Fix bundle elements performance regression (#2396) (#2398)

* Only call _elementsImpl once in Bundle.elements

* Distinguish compiler plugin and reflective _elementsImpl

Bundle.elements now will only do post-processing if the user is using
plugin-generated _elementsImpl. This improves performance for the case
where the user does not opt-in to using the plugin to generate
_elementsImpl.

(cherry picked from commit 5fead89e

)

Co-authored-by: default avatarJack Koenig <koenig@sifive.com>
parent 56d789c1
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