Skip to content
This repository was archived by the owner on Jul 12, 2024. It is now read-only.

Commit ce367d1

Browse files
committed
Remove obsolete comment.
1 parent 3d97dd4 commit ce367d1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: wasm/src/main/scala/org/scalajs/linker/backend/wasmemitter/ClassEmitter.scala

-6
Original file line numberDiff line numberDiff line change
@@ -375,12 +375,6 @@ class ClassEmitter(coreSpec: CoreSpec) {
375375
*
376376
* The expression `isInstanceOf[<interface>]` will be compiled to a CALL to the function
377377
* generated by this method.
378-
*
379-
* TODO: Efficient type inclusion test. The current implementation generates a sparse array of
380-
* itables, which, although O(1), may not be optimal for large interfaces. More compressed data
381-
* structures could potentially improve performance in such cases.
382-
*
383-
* See https://github.com/tanishiking/scala-wasm/issues/27#issuecomment-2008252049
384378
*/
385379
private def genInterfaceInstanceTest(clazz: LinkedClass)(implicit ctx: WasmContext): Unit = {
386380
assert(clazz.kind == ClassKind.Interface)

0 commit comments

Comments
 (0)