kotlinx-benchmark icon indicating copy to clipboard operation
kotlinx-benchmark copied to clipboard

Create a separate source set for the shared Blackhole

Open qurbonzoda opened this issue 1 year ago • 0 comments
trafficstars

The CommonBlackhole class is going to be hidden/internalized. Once it is internal, the public Js and WasmJs Blackhole classes won’t be able to inherit from it. This separate source set, shared btw Js and WasmJs, ensures that the targets have a shared implementation, allowing the CommonBlackhole class to be properly internalized or dropped.

qurbonzoda avatar May 04 '24 11:05 qurbonzoda