Optimize AbstractResumedStatement.buildDeclared() 23/87723/1
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 15 Feb 2020 02:25:40 +0000 (03:25 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sat, 15 Feb 2020 02:25:40 +0000 (03:25 +0100)
Optimize bytecode size of buildDeclared() by off-loading actual
work to loadDeclared(). Improves inlining and improves tracing
visibility -- which shows that the cache has about 90% cach hit
rate.

Change-Id: If09d417ab5257bf6651b94da2506695a6ced0104
JIRA: YANGTOOLS-652
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>

No differences found