Skip to content

Commit 0f231e9

Browse files
committed
tbd
1 parent 610063c commit 0f231e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FastExpressionCompiler/ILReader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ internal ILInstruction(int offset, OpCode opCode)
328328
}
329329
}
330330

331+
//todo: @wip APL/DOA like modeling of IL instructions
331332
// internal struct BaseIL
332333
// {
333334
// public OperandType OperandType;
@@ -351,7 +352,6 @@ internal ILInstruction(int offset, OpCode opCode)
351352
// public int ExtraOpItemIndex;
352353
// }
353354

354-
//todo: @wip
355355
///<summary>Data-oriented structure SOA of IL instructions.</summary>
356356
// internal struct ILs
357357
// {

0 commit comments

Comments
 (0)