netty5/transport/src
Norman Maurer 48c7ca8edd 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:33 +01:00
..
main/java/io/netty Factor out less common code-path into own method to allow inlining. (#8590) 2018-11-25 21:46:33 +01:00
test/java/io/netty Remove OIO transport (and transports that depend on it). (#8580) 2018-11-21 15:23:18 +01:00