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

Commit

Permalink
Remove obsolete comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrd committed May 16, 2024
1 parent 6016d6d commit 6ec2008
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -375,12 +375,6 @@ class ClassEmitter(coreSpec: CoreSpec) {
*
* The expression `isInstanceOf[<interface>]` will be compiled to a CALL to the function
* generated by this method.
*
* TODO: Efficient type inclusion test. The current implementation generates a sparse array of
* itables, which, although O(1), may not be optimal for large interfaces. More compressed data
* structures could potentially improve performance in such cases.
*
* See https://github.com/tanishiking/scala-wasm/issues/27#issuecomment-2008252049
*/
private def genInterfaceInstanceTest(clazz: LinkedClass)(implicit ctx: WasmContext): Unit = {
assert(clazz.kind == ClassKind.Interface)
Expand Down

0 comments on commit 6ec2008

Please sign in to comment.