netty5/transport/src
Norman Maurer af63626777
Factor out less common code-path into own method to allow inlining. (#8590)
Motivation:

During benchmarks two methods showed up as "hot method too big". We can easily make these smaller by factor out some less common code-path to an extra method and so allow inlining.

Modifications:

Factor out less common code path to an extra method.

Result:

Hot methods can be inlined.
2018-11-25 21:46:14 +01:00
..
main/java/io/netty Factor out less common code-path into own method to allow inlining. (#8590) 2018-11-25 21:46:14 +01:00
test/java/io/netty Recover from Selector IOException (#8569) 2018-11-19 07:41:43 +01:00