We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 610063c commit 0f231e9Copy full SHA for 0f231e9
src/FastExpressionCompiler/ILReader.cs
@@ -328,6 +328,7 @@ internal ILInstruction(int offset, OpCode opCode)
328
}
329
330
331
+//todo: @wip APL/DOA like modeling of IL instructions
332
// internal struct BaseIL
333
// {
334
// public OperandType OperandType;
@@ -351,7 +352,6 @@ internal ILInstruction(int offset, OpCode opCode)
351
352
// public int ExtraOpItemIndex;
353
// }
354
-//todo: @wip
355
///<summary>Data-oriented structure SOA of IL instructions.</summary>
356
// internal struct ILs
357
0 commit comments