| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769 |
- using System.Diagnostics.CodeAnalysis;
- using System.Globalization;
- using System.Runtime.CompilerServices;
- using System.Runtime.InteropServices;
- using Lua.Internal;
- namespace Lua.Runtime;
- [SuppressMessage("Reliability", "CA2012:Use ValueTasks correctly")]
- public static partial class LuaVirtualMachine
- {
- [StructLayout(LayoutKind.Auto)]
- [method: MethodImpl(MethodImplOptions.AggressiveInlining)]
- struct VirtualMachineExecutionContext(
- LuaState state,
- LuaStack stack,
- LuaValue[] resultsBuffer,
- Memory<LuaValue> buffer,
- LuaThread thread,
- in CallStackFrame frame,
- CancellationToken cancellationToken)
- {
- public readonly LuaState State = state;
- public readonly LuaStack Stack = stack;
- public Closure Closure = (Closure)frame.Function;
- public readonly LuaValue[] ResultsBuffer = resultsBuffer;
- public readonly Memory<LuaValue> Buffer = buffer;
- public readonly LuaThread Thread = thread;
- public Chunk Chunk => Closure.Proto;
- public int FrameBase = frame.Base;
- public int VariableArgumentCount = frame.VariableArgumentCount;
- public readonly CancellationToken CancellationToken = cancellationToken;
- public int Pc = -1;
- public Instruction Instruction;
- public int ResultCount;
- public int TaskResult;
- public ValueTask<int> Task;
- public bool IsTopLevel => BaseCallStackCount == Thread.CallStack.Count;
- readonly int BaseCallStackCount = thread.CallStack.Count;
- [MethodImpl(MethodImplOptions.AggressiveInlining)]
- public bool Pop(Instruction instruction, int frameBase)
- {
- if (BaseCallStackCount == Thread.CallStack.Count) return false;
- var count = instruction.B - 1;
- var src = instruction.A + frameBase;
- if (count == -1) count = Stack.Count - src;
- return PopFromBuffer(Stack.GetBuffer().Slice(src, count));
- }
- [MethodImpl(MethodImplOptions.NoInlining)]
- public bool PopFromBuffer(Span<LuaValue> result)
- {
- ref var callStack = ref Thread.CallStack;
- Re:
- var frames = callStack.AsSpan();
- if (frames.Length == BaseCallStackCount) return false;
- ref readonly var frame = ref frames[^1];
- Pc = frame.CallerInstructionIndex;
- ref readonly var lastFrame = ref frames[^2];
- Closure = Unsafe.As<Closure>(lastFrame.Function);
- var callInstruction = Chunk.Instructions[Pc];
- FrameBase = lastFrame.Base;
- VariableArgumentCount = lastFrame.VariableArgumentCount;
- if (callInstruction.OpCode == OpCode.TailCall)
- {
- Thread.PopCallStackFrameUnsafe();
- goto Re;
- }
- var opCode = callInstruction.OpCode;
- if (opCode is OpCode.Eq or OpCode.Lt or OpCode.Le)
- {
- var compareResult = result.Length > 0 && result[0].ToBoolean();
- if ((frame.Flags & CallStackFrameFlags.ReversedLe) != 0)
- {
- compareResult = !compareResult;
- }
- if (compareResult != (callInstruction.A == 1))
- {
- Pc++;
- }
- Thread.PopCallStackFrameUnsafe(frame.Base);
- return true;
- }
- var target = callInstruction.A + FrameBase;
- var targetCount = result.Length;
- switch (opCode)
- {
- case OpCode.Call:
- {
- var c = callInstruction.C;
- if (c != 0)
- {
- targetCount = c - 1;
- }
- break;
- }
- case OpCode.TForCall:
- target += 3;
- targetCount = callInstruction.C;
- break;
- case OpCode.Self:
- Stack.Get(target) = result.Length == 0 ? LuaValue.Nil : result[0];
- Thread.PopCallStackFrameUnsafe(target + 2);
- return true;
- case OpCode.SetTable or OpCode.SetTabUp:
- targetCount = 0;
- break;
- // Other opcodes has one result
- default:
- targetCount = 1;
- break;
- }
- var count = Math.Min(result.Length, targetCount);
- Stack.EnsureCapacity(target + targetCount);
- var stackBuffer = Stack.GetBuffer();
- if (count > 0)
- {
- result[..count].CopyTo(stackBuffer.Slice(target, count));
- }
- if (targetCount > count)
- {
- stackBuffer.Slice(target + count, targetCount - count).Clear();
- }
- Stack.NotifyTop(target + targetCount);
- Thread.PopCallStackFrameUnsafe(target + targetCount);
- return true;
- }
- [MethodImpl(MethodImplOptions.AggressiveInlining)]
- public void Push(in CallStackFrame frame)
- {
- Pc = -1;
- Closure = (frame.Function as Closure)!;
- FrameBase = frame.Base;
- VariableArgumentCount = frame.VariableArgumentCount;
- }
- public void PopOnTopCallStackFrames()
- {
- ref var callStack = ref Thread.CallStack;
- var count = callStack.Count;
- if (count == BaseCallStackCount) return;
- while (callStack.Count > BaseCallStackCount + 1)
- {
- callStack.TryPop();
- }
- Thread.PopCallStackFrame();
- }
- [MethodImpl(MethodImplOptions.AggressiveInlining)]
- public void ClearResultsBuffer()
- {
- if (TaskResult == 0) return;
- if (TaskResult == 1)
- {
- ResultsBuffer[0] = default;
- return;
- }
- ResultsBuffer.AsSpan(0, TaskResult).Clear();
- }
- [MethodImpl(MethodImplOptions.AggressiveInlining)]
- public void ClearResultsBuffer(int count)
- {
- if (count == 0) return;
- if (count == 1)
- {
- ResultsBuffer[0] = default;
- return;
- }
- ResultsBuffer.AsSpan(0, count).Clear();
- }
- public async ValueTask<int> ExecuteClosureAsyncImpl()
- {
- while (MoveNext(ref this, out var postOperation))
- {
- TaskResult = await Task;
- Task = default;
- Thread.PopCallStackFrame();
- switch (postOperation)
- {
- case PostOperationType.Nop: break;
- case PostOperationType.SetResult:
- var RA = Instruction.A + FrameBase;
- Stack.Get(RA) = TaskResult == 0 ? LuaValue.Nil : ResultsBuffer[0];
- Stack.NotifyTop(RA + 1);
- ClearResultsBuffer();
- break;
- case PostOperationType.TForCall:
- TForCallPostOperation(ref this);
- break;
- case PostOperationType.Call:
- CallPostOperation(ref this);
- break;
- case PostOperationType.TailCall:
- var resultsSpan = ResultsBuffer.AsSpan(0, TaskResult);
- if (!PopFromBuffer(resultsSpan))
- {
- ResultCount = TaskResult;
- resultsSpan.CopyTo(Buffer.Span);
- resultsSpan.Clear();
- LuaValueArrayPool.Return1024(ResultsBuffer);
- return TaskResult;
- }
- resultsSpan.Clear();
- break;
- case PostOperationType.Self:
- SelfPostOperation(ref this);
- break;
- case PostOperationType.Compare:
- ComparePostOperation(ref this);
- break;
- }
- }
- return ResultCount;
- }
- }
- enum PostOperationType
- {
- None,
- Nop,
- SetResult,
- TForCall,
- Call,
- TailCall,
- Self,
- Compare,
- }
- internal static ValueTask<int> ExecuteClosureAsync(LuaState luaState, Memory<LuaValue> buffer, CancellationToken cancellationToken)
- {
- var thread = luaState.CurrentThread;
- ref readonly var frame = ref thread.GetCallStackFrames()[^1];
- var resultBuffer = LuaValueArrayPool.Rent1024();
- var context = new VirtualMachineExecutionContext(luaState, thread.Stack, resultBuffer, buffer, thread, in frame,
- cancellationToken);
- return context.ExecuteClosureAsyncImpl();
- }
- static bool MoveNext(ref VirtualMachineExecutionContext context, out PostOperationType postOperation)
- {
- postOperation = PostOperationType.None;
- try
- {
- // This is a label to restart the execution when new function is called or restarted
- Restart:
- ref var instructionsHead = ref context.Chunk.Instructions[0];
- var frameBase = context.FrameBase;
- var stack = context.Stack;
- stack.EnsureCapacity(frameBase + context.Chunk.MaxStackPosition);
- ref var constHead = ref MemoryMarshalEx.UnsafeElementAt(context.Chunk.Constants, 0);
- while (true)
- {
- var instructionRef = Unsafe.Add(ref instructionsHead, ++context.Pc);
- context.Instruction = instructionRef;
- switch (instructionRef.OpCode)
- {
- case OpCode.Move:
- var instruction = instructionRef;
- ref var stackHead = ref stack.FastGet(frameBase);
- var iA = instruction.A;
- Unsafe.Add(ref stackHead, iA) = Unsafe.Add(ref stackHead, instruction.UIntB);
- stack.NotifyTop(iA + frameBase + 1);
- continue;
- case OpCode.LoadK:
- instruction = instructionRef;
- stack.GetWithNotifyTop(instruction.A + frameBase) = Unsafe.Add(ref constHead, instruction.Bx);
- continue;
- case OpCode.LoadBool:
- instruction = instructionRef;
- stack.GetWithNotifyTop(instruction.A + frameBase) = instruction.B != 0;
- if (instruction.C != 0) context.Pc++;
- continue;
- case OpCode.LoadNil:
- instruction = instructionRef;
- var ra1 = instruction.A + frameBase + 1;
- var iB = instruction.B;
- stack.GetBuffer().Slice(ra1 - 1, iB + 1).Clear();
- stack.NotifyTop(ra1 + iB);
- continue;
- case OpCode.GetUpVal:
- instruction = instructionRef;
- stack.GetWithNotifyTop(instruction.A + frameBase) = context.Closure.GetUpValue(instruction.B);
- continue;
- case OpCode.GetTabUp:
- case OpCode.GetTable:
- instruction = instructionRef;
- stackHead = ref stack.FastGet(frameBase);
- ref readonly var vc = ref RKC(ref stackHead, ref constHead, instruction);
- ref readonly var vb = ref (instruction.OpCode == OpCode.GetTable ? ref Unsafe.Add(ref stackHead, instruction.UIntB) : ref context.Closure.GetUpValueRef(instruction.B));
- var doRestart = false;
- if (vb.TryReadTable(out var luaTable) && luaTable.TryGetValue(vc, out var resultValue) || GetTableValueSlowPath(vb, vc, ref context, out resultValue, out doRestart))
- {
- if (doRestart) goto Restart;
- stack.GetWithNotifyTop(instruction.A + frameBase) = resultValue;
- continue;
- }
- postOperation = PostOperationType.SetResult;
- return true;
- case OpCode.SetTabUp:
- instruction = instructionRef;
- stackHead = ref stack.FastGet(frameBase);
- vb = ref RKB(ref stackHead, ref constHead, instruction);
- if (vb.TryReadNumber(out var numB))
- {
- if (double.IsNaN(numB))
- {
- ThrowLuaRuntimeException(ref context, "table index is NaN");
- return true;
- }
- }
- var table = context.Closure.GetUpValue(instruction.A);
- if (table.TryReadTable(out luaTable))
- {
- ref var valueRef = ref luaTable.FindValue(vb);
- if (!Unsafe.IsNullRef(ref valueRef) && valueRef.Type != LuaValueType.Nil)
- {
- valueRef = RKC(ref stackHead, ref constHead, instruction);
- continue;
- }
- }
- vc = ref RKC(ref stackHead, ref constHead, instruction);
- if (SetTableValueSlowPath(table, vb, vc, ref context, out doRestart))
- {
- if (doRestart) goto Restart;
- continue;
- }
- postOperation = PostOperationType.Nop;
- return true;
- case OpCode.SetUpVal:
- instruction = instructionRef;
- context.Closure.SetUpValue(instruction.B, stack.FastGet(instruction.A + frameBase));
- continue;
- case OpCode.SetTable:
- instruction = instructionRef;
- stackHead = ref stack.FastGet(frameBase);
- vb = ref RKB(ref stackHead, ref constHead, instruction);
- if (vb.TryReadNumber(out numB))
- {
- if (double.IsNaN(numB))
- {
- ThrowLuaRuntimeException(ref context, " table index is NaN");
- return true;
- }
- }
- table = Unsafe.Add(ref stackHead, instruction.A);
- if (table.TryReadTable(out luaTable))
- {
- ref var valueRef = ref luaTable.FindValue(vb);
- if (!Unsafe.IsNullRef(ref valueRef) && valueRef.Type != LuaValueType.Nil)
- {
- valueRef = RKC(ref stackHead, ref constHead, instruction);
- continue;
- }
- }
- vc = ref RKC(ref stackHead, ref constHead, instruction);
- if (SetTableValueSlowPath(table, vb, vc, ref context, out doRestart))
- {
- if (doRestart) goto Restart;
- continue;
- }
- postOperation = PostOperationType.Nop;
- return true;
- case OpCode.NewTable:
- instruction = instructionRef;
- stack.GetWithNotifyTop(instruction.A + frameBase) = new LuaTable(instruction.B, instruction.C);
- continue;
- case OpCode.Self:
- instruction = instructionRef;
- iA = instruction.A;
- stackHead = ref stack.FastGet(frameBase);
- vc = ref RKC(ref stackHead, ref constHead, instruction);
- table = Unsafe.Add(ref stackHead, instruction.UIntB);
- doRestart = false;
- if ((table.TryReadTable(out luaTable) && luaTable.TryGetValue(vc, out resultValue)) || GetTableValueSlowPath(table, vc, ref context, out resultValue, out doRestart))
- {
- if (doRestart) goto Restart;
- Unsafe.Add(ref stackHead, iA) = resultValue;
- Unsafe.Add(ref stackHead, iA + 1) = table;
- stack.NotifyTop(iA + frameBase + 2);
- continue;
- }
- postOperation = PostOperationType.Self;
- return true;
- case OpCode.Add:
- instruction = instructionRef;
- iA = instruction.A;
- stackHead = ref stack.FastGet(frameBase);
- vb = ref RKB(ref stackHead, ref constHead, instruction);
- vc = ref RKC(ref stackHead, ref constHead, instruction);
- if (vb.Type == LuaValueType.Number && vc.Type == LuaValueType.Number)
- {
- Unsafe.Add(ref stackHead, iA) = vb.UnsafeReadDouble() + vc.UnsafeReadDouble();
- stack.NotifyTop(iA + frameBase + 1);
- continue;
- }
- if (vb.TryReadDouble(out numB) && vc.TryReadDouble(out var numC))
- {
- Unsafe.Add(ref stackHead, iA) = numB + numC;
- stack.NotifyTop(iA + frameBase + 1);
- continue;
- }
- if (ExecuteBinaryOperationMetaMethod(vb, vc, ref context, Metamethods.Add, "add", out doRestart))
- {
- if (doRestart) goto Restart;
- continue;
- }
- postOperation = PostOperationType.SetResult;
- return true;
- case OpCode.Sub:
- instruction = instructionRef;
- iA = instruction.A;
- stackHead = ref stack.FastGet(frameBase);
- vb = ref RKB(ref stackHead, ref constHead, instruction);
- vc = ref RKC(ref stackHead, ref constHead, instruction);
- if (vb.Type == LuaValueType.Number && vc.Type == LuaValueType.Number)
- {
- ra1 = iA + frameBase + 1;
- Unsafe.Add(ref stackHead, iA) = vb.UnsafeReadDouble() - vc.UnsafeReadDouble();
- stack.NotifyTop(ra1);
- continue;
- }
- if (vb.TryReadDouble(out numB) && vc.TryReadDouble(out numC))
- {
- ra1 = iA + frameBase + 1;
- Unsafe.Add(ref stackHead, iA) = numB - numC;
- stack.NotifyTop(ra1);
- continue;
- }
- if (ExecuteBinaryOperationMetaMethod(vb, vc, ref context, Metamethods.Sub, "sub", out doRestart))
- {
- if (doRestart) goto Restart;
- continue;
- }
- postOperation = PostOperationType.SetResult;
- return true;
- case OpCode.Mul:
- instruction = instructionRef;
- iA = instruction.A;
- stackHead = ref stack.FastGet(frameBase);
- vb = ref RKB(ref stackHead, ref constHead, instruction);
- vc = ref RKC(ref stackHead, ref constHead, instruction);
- if (vb.Type == LuaValueType.Number && vc.Type == LuaValueType.Number)
- {
- ra1 = iA + frameBase + 1;
- Unsafe.Add(ref stackHead, iA) = vb.UnsafeReadDouble() * vc.UnsafeReadDouble();
- stack.NotifyTop(ra1);
- continue;
- }
- if (vb.TryReadDouble(out numB) && vc.TryReadDouble(out numC))
- {
- ra1 = iA + frameBase + 1;
- Unsafe.Add(ref stackHead, iA) = numB * numC;
- stack.NotifyTop(ra1);
- continue;
- }
- if (ExecuteBinaryOperationMetaMethod(vb, vc, ref context, Metamethods.Mul, "mul", out doRestart))
- {
- if (doRestart) goto Restart;
- continue;
- }
- postOperation = PostOperationType.SetResult;
- return true;
- case OpCode.Div:
- instruction = instructionRef;
- iA = instruction.A;
- stackHead = ref stack.FastGet(frameBase);
- vb = ref RKB(ref stackHead, ref constHead, instruction);
- vc = ref RKC(ref stackHead, ref constHead, instruction);
- if (vb.Type == LuaValueType.Number && vc.Type == LuaValueType.Number)
- {
- ra1 = iA + frameBase + 1;
- Unsafe.Add(ref stackHead, iA) = vb.UnsafeReadDouble() / vc.UnsafeReadDouble();
- stack.NotifyTop(ra1);
- continue;
- }
- if (vb.TryReadDouble(out numB) && vc.TryReadDouble(out numC))
- {
- ra1 = iA + frameBase + 1;
- Unsafe.Add(ref stackHead, iA) = numB / numC;
- stack.NotifyTop(ra1);
- continue;
- }
- if (ExecuteBinaryOperationMetaMethod(vb, vc, ref context, Metamethods.Div, "div", out doRestart))
- {
- if (doRestart) goto Restart;
- continue;
- }
- postOperation = PostOperationType.SetResult;
- return true;
- case OpCode.Mod:
- instruction = instructionRef;
- iA = instruction.A;
- stackHead = ref stack.FastGet(frameBase);
- vb = ref RKB(ref stackHead, ref constHead, instruction);
- vc = ref RKC(ref stackHead, ref constHead, instruction);
- if (vb.TryReadDouble(out numB) && vc.TryReadDouble(out numC))
- {
- var mod = numB % numC;
- if ((numC > 0 && mod < 0) || (numC < 0 && mod > 0))
- {
- mod += numC;
- }
- Unsafe.Add(ref stackHead, iA) = mod;
- continue;
- }
- if (ExecuteBinaryOperationMetaMethod(vb, vc, ref context, Metamethods.Mod, "mod", out doRestart))
- {
- if (doRestart) goto Restart;
- continue;
- }
- postOperation = PostOperationType.SetResult;
- return true;
- case OpCode.Pow:
- instruction = instructionRef;
- iA = instruction.A;
- stackHead = ref stack.FastGet(frameBase);
- vb = ref RKB(ref stackHead, ref constHead, instruction);
- vc = ref RKC(ref stackHead, ref constHead, instruction);
- if (vb.TryReadDouble(out numB) && vc.TryReadDouble(out numC))
- {
- ra1 = iA + frameBase + 1;
- Unsafe.Add(ref stackHead, iA) = Math.Pow(numB, numC);
- stack.NotifyTop(ra1);
- continue;
- }
- if (ExecuteBinaryOperationMetaMethod(vb, vc, ref context, Metamethods.Pow, "pow", out doRestart))
- {
- if (doRestart) goto Restart;
- continue;
- }
- postOperation = PostOperationType.SetResult;
- return true;
- case OpCode.Unm:
- instruction = instructionRef;
- iA = instruction.A;
- stackHead = ref stack.FastGet(frameBase);
- vb = ref Unsafe.Add(ref stackHead, instruction.UIntB);
- if (vb.TryReadDouble(out numB))
- {
- ra1 = iA + frameBase + 1;
- Unsafe.Add(ref stackHead, iA) = -numB;
- stack.NotifyTop(ra1);
- continue;
- }
- if (ExecuteUnaryOperationMetaMethod(vb, ref context, Metamethods.Unm, "unm", false, out doRestart))
- {
- if (doRestart) goto Restart;
- continue;
- }
- postOperation = PostOperationType.SetResult;
- return true;
- case OpCode.Not:
- instruction = instructionRef;
- iA = instruction.A;
- ra1 = iA + frameBase + 1;
- stackHead = ref stack.FastGet(frameBase);
- Unsafe.Add(ref stackHead, iA) = !Unsafe.Add(ref stackHead, instruction.UIntB).ToBoolean();
- stack.NotifyTop(ra1);
- continue;
- case OpCode.Len:
- instruction = instructionRef;
- stackHead = ref stack.FastGet(frameBase);
- vb = ref Unsafe.Add(ref stackHead, instruction.UIntB);
- if (vb.TryReadString(out var str))
- {
- iA = instruction.A;
- ra1 = iA + frameBase + 1;
- Unsafe.Add(ref stackHead, iA) = str.Length;
- stack.NotifyTop(ra1);
- continue;
- }
- if (ExecuteUnaryOperationMetaMethod(vb, ref context, Metamethods.Len, "get length of", true, out doRestart))
- {
- if (doRestart) goto Restart;
- continue;
- }
- postOperation = PostOperationType.SetResult;
- return true;
- case OpCode.Concat:
- if (Concat(ref context, out doRestart))
- {
- if (doRestart) goto Restart;
- continue;
- }
- postOperation = PostOperationType.SetResult;
- return true;
- case OpCode.Jmp:
- instruction = instructionRef;
- context.Pc += instruction.SBx;
- iA = instruction.A;
- if (iA != 0)
- {
- context.State.CloseUpValues(context.Thread, frameBase + iA - 1);
- }
- continue;
- case OpCode.Eq:
- instruction = instructionRef;
- iA = instruction.A;
- stackHead = ref stack.Get(frameBase);
- vb = ref RKB(ref stackHead, ref constHead, instruction);
- vc = ref RKC(ref stackHead, ref constHead, instruction);
- if (vb == vc)
- {
- if (iA != 1)
- {
- context.Pc++;
- }
- continue;
- }
- if (ExecuteCompareOperationMetaMethod(vb, vc, ref context, Metamethods.Eq, null, out doRestart))
- {
- if (doRestart) goto Restart;
- continue;
- }
- postOperation = PostOperationType.Compare;
- return true;
- case OpCode.Lt:
- instruction = instructionRef;
- iA = instruction.A;
- stackHead = ref stack.Get(frameBase);
- vb = ref RKB(ref stackHead, ref constHead, instruction);
- vc = ref RKC(ref stackHead, ref constHead, instruction);
- if (vb.TryReadNumber(out numB) && vc.TryReadNumber(out numC))
- {
- var compareResult = numB < numC;
- if (compareResult != (iA == 1))
- {
- context.Pc++;
- }
- continue;
- }
- if (vb.TryReadString(out var strB) && vc.TryReadString(out var strC))
- {
- var compareResult = StringComparer.Ordinal.Compare(strB, strC) < 0;
- if (compareResult != (iA == 1))
- {
- context.Pc++;
- }
- continue;
- }
- if (ExecuteCompareOperationMetaMethod(vb, vc, ref context, Metamethods.Lt, "less than", out doRestart))
- {
- if (doRestart) goto Restart;
- continue;
- }
- postOperation = PostOperationType.Compare;
- return true;
- case OpCode.Le:
- instruction = instructionRef;
- iA = instruction.A;
- stackHead = ref stack.Get(frameBase);
- vb = ref RKB(ref stackHead, ref constHead, instruction);
- vc = ref RKC(ref stackHead, ref constHead, instruction);
- if (vb.TryReadNumber(out numB) && vc.TryReadNumber(out numC))
- {
- var compareResult = numB <= numC;
- if (compareResult != (iA == 1))
- {
- context.Pc++;
- }
- continue;
- }
- if (vb.TryReadString(out strB) && vc.TryReadString(out strC))
- {
- var compareResult = StringComparer.Ordinal.Compare(strB, strC) <= 0;
- if (compareResult != (iA == 1))
- {
- context.Pc++;
- }
- continue;
- }
- if (ExecuteCompareOperationMetaMethod(vb, vc, ref context, Metamethods.Le, "less than or equals", out doRestart))
- {
- if (doRestart) goto Restart;
- continue;
- }
- postOperation = PostOperationType.Compare;
- return true;
- case OpCode.Test:
- instruction = instructionRef;
- if (stack.Get(instruction.A + frameBase).ToBoolean() != (instruction.C == 1))
- {
- context.Pc++;
- }
- continue;
- case OpCode.TestSet:
- instruction = instructionRef;
- vb = ref stack.Get(instruction.B + frameBase);
- if (vb.ToBoolean() != (instruction.C == 1))
- {
- context.Pc++;
- }
- else
- {
- stack.GetWithNotifyTop(instruction.A + frameBase) = vb;
- }
- continue;
- case OpCode.Call:
- if (Call(ref context, out doRestart))
- {
- if (doRestart) goto Restart;
- continue;
- }
- postOperation = PostOperationType.Call;
- return true;
- case OpCode.TailCall:
- if (TailCall(ref context, out doRestart))
- {
- if (doRestart) goto Restart;
- if (context.IsTopLevel) goto End;
- continue;
- }
- postOperation = PostOperationType.TailCall;
- return true;
- case OpCode.Return:
- instruction = instructionRef;
- iA = instruction.A;
- ra1 = iA + frameBase + 1;
- context.State.CloseUpValues(context.Thread, frameBase);
- if (context.Pop(instruction, frameBase)) goto Restart;
- var retCount = instruction.B - 1;
- if (retCount == -1)
- {
- retCount = stack.Count - (ra1 - 1);
- }
- if (0 < retCount)
- {
- stack.GetBuffer().Slice(ra1 - 1, retCount).CopyTo(context.Buffer.Span);
- }
- context.ResultCount = retCount;
- goto End;
- case OpCode.ForLoop:
- ref var indexRef = ref stack.Get(instructionRef.A + frameBase);
- var limit = Unsafe.Add(ref indexRef, 1).UnsafeReadDouble();
- var step = Unsafe.Add(ref indexRef, 2).UnsafeReadDouble();
- var index = indexRef.UnsafeReadDouble() + step;
- if (step >= 0 ? index <= limit : limit <= index)
- {
- context.Pc += instructionRef.SBx;
- indexRef = index;
- Unsafe.Add(ref indexRef, 3) = index;
- stack.NotifyTop(instructionRef.A + frameBase + 4);
- continue;
- }
- stack.NotifyTop(instructionRef.A + frameBase + 1);
- continue;
- case OpCode.ForPrep:
- indexRef = ref stack.Get(instructionRef.A + frameBase);
- if (!indexRef.TryReadDouble(out var init))
- {
- ThrowLuaRuntimeException(ref context, "'for' initial value must be a number");
- return true;
- }
- if (!LuaValue.TryReadOrSetDouble(ref Unsafe.Add(ref indexRef, 1), out _))
- {
- ThrowLuaRuntimeException(ref context, "'for' limit must be a number");
- return true;
- }
- if (!LuaValue.TryReadOrSetDouble(ref Unsafe.Add(ref indexRef, 2), out step))
- {
- ThrowLuaRuntimeException(ref context, "'for' step must be a number");
- return true;
- }
- indexRef = init - step;
- stack.NotifyTop(instructionRef.A + frameBase + 1);
- context.Pc += instructionRef.SBx;
- continue;
- case OpCode.TForCall:
- if (TForCall(ref context, out doRestart))
- {
- if (doRestart) goto Restart;
- continue;
- }
- postOperation = PostOperationType.TForCall;
- return true;
- case OpCode.TForLoop:
- instruction = instructionRef;
- iA = instruction.A;
- ra1 = iA + frameBase + 1;
- ref var forState = ref stack.Get(ra1);
- if (forState.Type is not LuaValueType.Nil)
- {
- Unsafe.Add(ref forState, -1) = forState;
- context.Pc += instruction.SBx;
- }
- continue;
- case OpCode.SetList:
- SetList(ref context);
- continue;
- case OpCode.Closure:
- instruction = instructionRef;
- iA = instruction.A;
- ra1 = iA + frameBase + 1;
- stack.EnsureCapacity(ra1);
- stack.Get(ra1 - 1) = new Closure(context.State, context.Chunk.Functions[instruction.SBx]);
- stack.NotifyTop(ra1);
- continue;
- case OpCode.VarArg:
- instruction = instructionRef;
- iA = instruction.A;
- ra1 = iA + frameBase + 1;
- var frameVariableArgumentCount = context.VariableArgumentCount;
- var count = instruction.B == 0
- ? frameVariableArgumentCount
- : instruction.B - 1;
- var ra = ra1 - 1;
- stack.EnsureCapacity(ra + count);
- stackHead = ref stack.Get(0);
- for (int i = 0; i < count; i++)
- {
- Unsafe.Add(ref stackHead, ra + i) = frameVariableArgumentCount > i
- ? Unsafe.Add(ref stackHead, frameBase - (frameVariableArgumentCount - i))
- : default;
- }
- stack.NotifyTop(ra + count);
- continue;
- case OpCode.ExtraArg:
- default:
- ThrowLuaNotImplementedException(ref context, context.Instruction.OpCode);
- return true;
- }
- }
- End:
- postOperation = PostOperationType.None;
- LuaValueArrayPool.Return1024(context.ResultsBuffer);
- return false;
- }
- catch (Exception e)
- {
- context.State.CloseUpValues(context.Thread, context.FrameBase);
- LuaValueArrayPool.Return1024(context.ResultsBuffer, true);
- if (e is not LuaRuntimeException)
- {
- var newException = new LuaRuntimeException(context.State.GetTraceback(), e);
- context.PopOnTopCallStackFrames();
- context = default;
- throw newException;
- }
- context.PopOnTopCallStackFrames();
- throw;
- }
- }
- static void ThrowLuaRuntimeException(ref VirtualMachineExecutionContext context, string message)
- {
- throw new LuaRuntimeException(context.State.GetTraceback(), message);
- }
- static void ThrowLuaNotImplementedException(ref VirtualMachineExecutionContext context, OpCode opcode)
- {
- throw new LuaRuntimeException(context.State.GetTraceback(), $"OpCode {opcode} is not implemented");
- }
- static void SelfPostOperation(ref VirtualMachineExecutionContext context)
- {
- var stack = context.Stack;
- var instruction = context.Instruction;
- var RA = instruction.A + context.FrameBase;
- var RB = instruction.B + context.FrameBase;
- ref var stackHead = ref stack.Get(0);
- var table = Unsafe.Add(ref stackHead, RB);
- Unsafe.Add(ref stackHead, RA + 1) = table;
- Unsafe.Add(ref stackHead, RA) = context.TaskResult == 0 ? LuaValue.Nil : context.ResultsBuffer[0];
- stack.NotifyTop(RA + 2);
- context.ClearResultsBuffer();
- }
- static bool Concat(ref VirtualMachineExecutionContext context, out bool doRestart)
- {
- var instruction = context.Instruction;
- var stack = context.Stack;
- var RA = instruction.A + context.FrameBase;
- stack.EnsureCapacity(RA + 1);
- ref var stackHead = ref stack.Get(context.FrameBase);
- ref var constHead = ref MemoryMarshalEx.UnsafeElementAt(context.Chunk.Constants, 0);
- var vb = RKB(ref stackHead, ref constHead, instruction);
- var vc = RKC(ref stackHead, ref constHead, instruction);
- var bIsValid = vb.TryReadString(out var strB);
- var cIsValid = vc.TryReadString(out var strC);
- if (!bIsValid && vb.TryReadDouble(out var numB))
- {
- strB = numB.ToString(CultureInfo.InvariantCulture);
- bIsValid = true;
- }
- if (!cIsValid && vc.TryReadDouble(out var numC))
- {
- strC = numC.ToString(CultureInfo.InvariantCulture);
- cIsValid = true;
- }
- if (bIsValid && cIsValid)
- {
- stack.Get(RA) = strB + strC;
- stack.NotifyTop(RA + 1);
- doRestart = false;
- return true;
- }
- return ExecuteBinaryOperationMetaMethod(vb, vc, ref context, Metamethods.Concat, "concat", out doRestart);
- }
- static bool Call(ref VirtualMachineExecutionContext context, out bool doRestart)
- {
- var instruction = context.Instruction;
- var RA = instruction.A + context.FrameBase;
- var va = context.Stack.Get(RA);
- if (!va.TryReadFunction(out var func))
- {
- if (va.TryGetMetamethod(context.State, Metamethods.Call, out var metamethod) &&
- metamethod.TryReadFunction(out func))
- {
- }
- else
- {
- LuaRuntimeException.AttemptInvalidOperation(GetTracebacks(ref context), "call", va);
- }
- }
- var thread = context.Thread;
- var (newBase, argumentCount, variableArgumentCount) = PrepareForFunctionCall(thread, func, instruction, RA);
- var newFrame = func.CreateNewFrame(ref context, newBase, variableArgumentCount);
- thread.PushCallStackFrame(newFrame);
- if (func is Closure)
- {
- context.Push(newFrame);
- doRestart = true;
- return true;
- }
- doRestart = false;
- return FuncCall(ref context, in newFrame, func, newBase, argumentCount);
- static bool FuncCall(ref VirtualMachineExecutionContext context, in CallStackFrame newFrame, LuaFunction func, int newBase, int argumentCount)
- {
- var task = func.Invoke(ref context, newFrame, argumentCount);
- if (!task.IsCompleted)
- {
- context.Task = task;
- return false;
- }
- var awaiter = task.GetAwaiter();
- context.Thread.PopCallStackFrameUnsafe(newBase);
- context.TaskResult = awaiter.GetResult();
- var instruction = context.Instruction;
- var rawResultCount = context.TaskResult;
- var resultCount = rawResultCount;
- var ic = instruction.C;
- if (ic != 0)
- {
- resultCount = ic - 1;
- }
- if (resultCount == 0)
- {
- context.Stack.Pop();
- }
- else
- {
- var stack = context.Stack;
- var RA = instruction.A + context.FrameBase;
- stack.EnsureCapacity(RA + resultCount);
- ref var stackHead = ref stack.Get(RA);
- var results = context.ResultsBuffer.AsSpan(0, rawResultCount);
- for (int i = 0; i < resultCount; i++)
- {
- Unsafe.Add(ref stackHead, i) = i >= rawResultCount
- ? default
- : results[i];
- }
- stack.NotifyTop(RA + resultCount);
- results.Clear();
- }
- return true;
- }
- }
- static void CallPostOperation(ref VirtualMachineExecutionContext context)
- {
- var instruction = context.Instruction;
- var rawResultCount = context.TaskResult;
- var resultCount = rawResultCount;
- var ic = instruction.C;
- if (ic != 0)
- {
- resultCount = ic - 1;
- }
- if (resultCount == 0)
- {
- context.Stack.Pop();
- }
- else
- {
- var stack = context.Stack;
- var RA = instruction.A + context.FrameBase;
- stack.EnsureCapacity(RA + resultCount);
- ref var stackHead = ref stack.Get(RA);
- var results = context.ResultsBuffer.AsSpan(0, rawResultCount);
- for (int i = 0; i < resultCount; i++)
- {
- Unsafe.Add(ref stackHead, i) = i >= rawResultCount
- ? default
- : results[i];
- }
- stack.NotifyTop(RA + resultCount);
- results.Clear();
- }
- }
- static bool TailCall(ref VirtualMachineExecutionContext context, out bool doRestart)
- {
- var instruction = context.Instruction;
- var stack = context.Stack;
- var RA = instruction.A + context.FrameBase;
- var state = context.State;
- var thread = context.Thread;
- state.CloseUpValues(thread, context.FrameBase);
- var va = stack.Get(RA);
- if (!va.TryReadFunction(out var func))
- {
- if (!va.TryGetMetamethod(state, Metamethods.Call, out var metamethod) &&
- !metamethod.TryReadFunction(out func))
- {
- LuaRuntimeException.AttemptInvalidOperation(GetTracebacks(ref context), "call", metamethod);
- }
- }
- var (newBase, argumentCount, variableArgumentCount) = PrepareForFunctionTailCall(thread, func, instruction, RA);
- var newFrame = func.CreateNewFrame(ref context, newBase, variableArgumentCount);
- thread.PushCallStackFrame(newFrame);
- context.Push(newFrame);
- if (func is Closure)
- {
- doRestart = true;
- return true;
- }
- doRestart = false;
- var task = func.Invoke(ref context, newFrame, argumentCount);
- if (!task.IsCompleted)
- {
- context.Task = task;
- return false;
- }
- context.Thread.PopCallStackFrame();
- doRestart = true;
- var awaiter = task.GetAwaiter();
- var resultCount = awaiter.GetResult();
- var resultsSpan = context.ResultsBuffer.AsSpan(0, resultCount);
- if (!context.PopFromBuffer(resultsSpan))
- {
- doRestart = false;
- context.ResultCount = resultCount;
- resultsSpan.CopyTo(context.Buffer.Span);
- }
- resultsSpan.Clear();
- return true;
- }
- static bool TForCall(ref VirtualMachineExecutionContext context, out bool doRestart)
- {
- doRestart = false;
- var instruction = context.Instruction;
- var stack = context.Stack;
- var RA = instruction.A + context.FrameBase;
- var iteratorRaw = stack.Get(RA);
- if (!iteratorRaw.TryReadFunction(out var iterator))
- {
- LuaRuntimeException.AttemptInvalidOperation(GetTracebacks(ref context), "call", iteratorRaw);
- }
- var newBase = RA + 3 + instruction.C;
- stack.Get(newBase) = stack.Get(RA + 1);
- stack.Get(newBase + 1) = stack.Get(RA + 2);
- stack.NotifyTop(newBase + 2);
- var newFrame = iterator.CreateNewFrame(ref context, newBase);
- context.Thread.PushCallStackFrame(newFrame);
- if (iterator is Closure)
- {
- context.Push(newFrame);
- doRestart = true;
- return true;
- }
- var task = iterator.Invoke(ref context, newFrame, 2);
- if (!task.IsCompleted)
- {
- context.Task = task;
- return false;
- }
- var awaiter = task.GetAwaiter();
- context.TaskResult = awaiter.GetResult();
- context.Thread.PopCallStackFrame();
- TForCallPostOperation(ref context);
- return true;
- }
- static void TForCallPostOperation(ref VirtualMachineExecutionContext context)
- {
- var stack = context.Stack;
- var instruction = context.Instruction;
- var RA = instruction.A + context.FrameBase;
- var resultBuffer = context.ResultsBuffer;
- var resultCount = context.TaskResult;
- stack.EnsureCapacity(RA + instruction.C + 3);
- for (int i = 1; i <= instruction.C; i++)
- {
- var index = i - 1;
- stack.Get(RA + 2 + i) = index >= resultCount
- ? LuaValue.Nil
- : resultBuffer[i - 1];
- }
- stack.NotifyTop(RA + instruction.C + 3);
- context.ClearResultsBuffer(resultCount);
- }
- static void SetList(ref VirtualMachineExecutionContext context)
- {
- var instruction = context.Instruction;
- var stack = context.Stack;
- var RA = instruction.A + context.FrameBase;
- if (!stack.Get(RA).TryReadTable(out var table))
- {
- throw new LuaException("internal error");
- }
- var count = instruction.B == 0
- ? stack.Count - (RA + 1)
- : instruction.B;
- table.EnsureArrayCapacity((instruction.C - 1) * 50 + count);
- stack.GetBuffer().Slice(RA + 1, count)
- .CopyTo(table.GetArraySpan()[((instruction.C - 1) * 50)..]);
- }
- static void ComparePostOperation(ref VirtualMachineExecutionContext context)
- {
- var compareResult = context.TaskResult != 0 && context.ResultsBuffer[0].ToBoolean();
- if (compareResult != (context.Instruction.A == 1))
- {
- context.Pc++;
- }
- context.ClearResultsBuffer();
- }
- [MethodImpl(MethodImplOptions.AggressiveInlining)]
- static ref readonly LuaValue RKB(ref LuaValue stack, ref LuaValue constants, Instruction instruction)
- {
- var index = instruction.UIntB;
- return ref (index >= 256 ? ref Unsafe.Add(ref constants, index - 256) : ref Unsafe.Add(ref stack, index));
- }
- [MethodImpl(MethodImplOptions.AggressiveInlining)]
- static ref readonly LuaValue RKC(ref LuaValue stack, ref LuaValue constants, Instruction instruction)
- {
- var index = instruction.UIntC;
- return ref (index >= 256 ? ref Unsafe.Add(ref constants, index - 256) : ref Unsafe.Add(ref stack, index));
- }
- [MethodImpl(MethodImplOptions.NoInlining)]
- static bool GetTableValueSlowPath(LuaValue table, LuaValue key, ref VirtualMachineExecutionContext context, out LuaValue value, out bool doRestart)
- {
- var targetTable = table;
- const int MAX_LOOP = 100;
- doRestart = false;
- var skip = targetTable.Type == LuaValueType.Table;
- for (int i = 0; i < MAX_LOOP; i++)
- {
- if (table.TryReadTable(out var luaTable))
- {
- if (!skip && luaTable.TryGetValue(key, out value))
- {
- return true;
- }
- skip = false;
- var metatable = luaTable.Metatable;
- if (metatable != null && metatable.TryGetValue(Metamethods.Index, out table))
- {
- goto Function;
- }
- value = default;
- return true;
- }
- if (!table.TryGetMetamethod(context.State, Metamethods.Index, out var metatableValue))
- {
- LuaRuntimeException.AttemptInvalidOperation(GetTracebacks(ref context), "index", table);
- }
- table = metatableValue;
- Function:
- if (table.TryReadFunction(out var function))
- {
- return CallGetTableFunc(targetTable, function, key, ref context, out value, out doRestart);
- }
- }
- throw new LuaRuntimeException(GetTracebacks(ref context), "loop in gettable");
- }
- [MethodImpl(MethodImplOptions.NoInlining)]
- static bool CallGetTableFunc(LuaValue table, LuaFunction indexTable, LuaValue key, ref VirtualMachineExecutionContext context, out LuaValue result, out bool doRestart)
- {
- doRestart = false;
- var stack = context.Stack;
- stack.Push(table);
- stack.Push(key);
- var newFrame = indexTable.CreateNewFrame(ref context, stack.Count - 2);
- context.Thread.PushCallStackFrame(newFrame);
- if (indexTable is Closure)
- {
- context.Push(newFrame);
- doRestart = true;
- result = default;
- return true;
- }
- var task = indexTable.Invoke(ref context, newFrame, 2);
- if (!task.IsCompleted)
- {
- context.Task = task;
- result = default;
- return false;
- }
- var awaiter = task.GetAwaiter();
- context.Thread.PopCallStackFrame();
- var resultCount = awaiter.GetResult();
- result = resultCount == 0 ? default : context.ResultsBuffer[0];
- context.ClearResultsBuffer(resultCount);
- return true;
- }
- [MethodImpl(MethodImplOptions.NoInlining)]
- static bool SetTableValueSlowPath(LuaValue table, LuaValue key, LuaValue value,
- ref VirtualMachineExecutionContext context, out bool doRestart)
- {
- var targetTable = table;
- const int MAX_LOOP = 100;
- doRestart = false;
- var skip = targetTable.Type == LuaValueType.Table;
- for (int i = 0; i < MAX_LOOP; i++)
- {
- if (table.TryReadTable(out var luaTable))
- {
- ref var valueRef = ref (skip ? ref Unsafe.NullRef<LuaValue>() : ref luaTable.FindValue(key));
- skip = false;
- if (!Unsafe.IsNullRef(ref valueRef) && valueRef.Type != LuaValueType.Nil)
- {
- valueRef = value;
- return true;
- }
- var metatable = luaTable.Metatable;
- if (metatable == null || !metatable.TryGetValue(Metamethods.NewIndex, out table))
- {
- if (Unsafe.IsNullRef(ref valueRef))
- {
- luaTable[key] = value;
- return true;
- }
- valueRef = value;
- return true;
- }
- goto Function;
- }
- if (!table.TryGetMetamethod(context.State, Metamethods.NewIndex, out var metatableValue))
- {
- LuaRuntimeException.AttemptInvalidOperation(GetTracebacks(ref context), "index", table);
- }
- table = metatableValue;
- Function:
- if (table.TryReadFunction(out var function))
- {
- return CallSetTableFunc(targetTable, function, key, value, ref context, out doRestart);
- }
- }
- throw new LuaRuntimeException(GetTracebacks(ref context), "loop in settable");
- }
- [MethodImpl(MethodImplOptions.NoInlining)]
- static bool CallSetTableFunc(LuaValue table, LuaFunction newIndexFunction, LuaValue key, LuaValue value, ref VirtualMachineExecutionContext context, out bool doRestart)
- {
- doRestart = false;
- var thread = context.Thread;
- var stack = thread.Stack;
- stack.Push(table);
- stack.Push(key);
- stack.Push(value);
- var newFrame = newIndexFunction.CreateNewFrame(ref context, stack.Count - 3);
- context.Thread.PushCallStackFrame(newFrame);
- if (newIndexFunction is Closure)
- {
- context.Push(newFrame);
- doRestart = true;
- return true;
- }
- var task = newIndexFunction.Invoke(ref context, newFrame, 3);
- if (!task.IsCompleted)
- {
- context.Task = task;
- return false;
- }
- var resultCount = task.GetAwaiter().GetResult();
- if (0 < resultCount)
- {
- context.ClearResultsBuffer(resultCount);
- }
- thread.PopCallStackFrame();
- return true;
- }
- [MethodImpl(MethodImplOptions.NoInlining)]
- static bool ExecuteBinaryOperationMetaMethod(LuaValue vb, LuaValue vc,
- ref VirtualMachineExecutionContext context, string name, string description, out bool doRestart)
- {
- doRestart = false;
- if (vb.TryGetMetamethod(context.State, name, out var metamethod) ||
- vc.TryGetMetamethod(context.State, name, out metamethod))
- {
- if (!metamethod.TryReadFunction(out var func))
- {
- LuaRuntimeException.AttemptInvalidOperation(GetTracebacks(ref context), "call", metamethod);
- }
- var stack = context.Stack;
- stack.Push(vb);
- stack.Push(vc);
- var newFrame = func.CreateNewFrame(ref context, stack.Count - 2);
- context.Thread.PushCallStackFrame(newFrame);
- if (func is Closure)
- {
- context.Push(newFrame);
- doRestart = true;
- return true;
- }
- var task = func.Invoke(ref context, newFrame, 2);
- if (!task.IsCompleted)
- {
- context.Task = task;
- return false;
- }
- var resultCount = task.GetAwaiter().GetResult();
- context.Thread.PopCallStackFrame();
- var RA = context.Instruction.A + context.FrameBase;
- stack.Get(RA) = resultCount == 0 ? LuaValue.Nil : context.ResultsBuffer[0];
- context.ClearResultsBuffer(resultCount);
- return true;
- }
- LuaRuntimeException.AttemptInvalidOperation(GetTracebacks(ref context), description, vb, vc);
- return false;
- }
- [MethodImpl(MethodImplOptions.NoInlining)]
- static bool ExecuteUnaryOperationMetaMethod(LuaValue vb, ref VirtualMachineExecutionContext context,
- string name, string description, bool isLen, out bool doRestart)
- {
- doRestart = false;
- var stack = context.Stack;
- if (vb.TryGetMetamethod(context.State, name, out var metamethod))
- {
- if (!metamethod.TryReadFunction(out var func))
- {
- LuaRuntimeException.AttemptInvalidOperation(GetTracebacks(ref context), "call", metamethod);
- }
- stack.Push(vb);
- var newFrame = func.CreateNewFrame(ref context, stack.Count - 1);
- context.Thread.PushCallStackFrame(newFrame);
- if (func is Closure)
- {
- context.Push(newFrame);
- doRestart = true;
- return true;
- }
- var task = func.Invoke(ref context, newFrame, 1);
- if (!task.IsCompleted)
- {
- context.Task = task;
- return false;
- }
- context.Thread.PopCallStackFrame();
- var RA = context.Instruction.A + context.FrameBase;
- var resultCount = task.GetAwaiter().GetResult();
- stack.Get(RA) = resultCount == 0 ? LuaValue.Nil : context.ResultsBuffer[0];
- context.ClearResultsBuffer(resultCount);
- return true;
- }
- if (isLen && vb.TryReadTable(out var table))
- {
- var RA = context.Instruction.A + context.FrameBase;
- stack.Get(RA) = table.ArrayLength;
- return true;
- }
- LuaRuntimeException.AttemptInvalidOperation(GetTracebacks(ref context), description, vb);
- return true;
- }
- [MethodImpl(MethodImplOptions.NoInlining)]
- static bool ExecuteCompareOperationMetaMethod(LuaValue vb, LuaValue vc,
- ref VirtualMachineExecutionContext context, string name, string? description, out bool doRestart)
- {
- doRestart = false;
- bool reverseLe = false;
- ReCheck:
- if (vb.TryGetMetamethod(context.State, name, out var metamethod) ||
- vc.TryGetMetamethod(context.State, name, out metamethod))
- {
- if (!metamethod.TryReadFunction(out var func))
- {
- LuaRuntimeException.AttemptInvalidOperation(GetTracebacks(ref context), "call", metamethod);
- }
- var stack = context.Stack;
- stack.Push(vb);
- stack.Push(vc);
- var newFrame = func.CreateNewFrame(ref context, stack.Count - 2);
- if (reverseLe) newFrame.Flags |= CallStackFrameFlags.ReversedLe;
- context.Thread.PushCallStackFrame(newFrame);
- if (func is Closure)
- {
- context.Push(newFrame);
- doRestart = true;
- return true;
- }
- var task = func.Invoke(ref context, newFrame, 2);
- if (!task.IsCompleted)
- {
- context.Task = task;
- return false;
- }
- context.Thread.PopCallStackFrame();
- var resultCount = task.GetAwaiter().GetResult();
- var compareResult = resultCount != 0 && context.ResultsBuffer[0].ToBoolean();
- compareResult = reverseLe ? !compareResult : compareResult;
- if (compareResult != (context.Instruction.A == 1))
- {
- context.Pc++;
- }
- context.ClearResultsBuffer(resultCount);
- return true;
- }
- if (name == Metamethods.Le)
- {
- reverseLe = true;
- name = Metamethods.Lt;
- (vb, vc) = (vc, vb);
- goto ReCheck;
- }
- if (description != null)
- {
- if (reverseLe)
- {
- (vb, vc) = (vc, vb);
- }
- LuaRuntimeException.AttemptInvalidOperation(GetTracebacks(ref context), description, vb, vc);
- }
- else
- {
- if (context.Instruction.A == 1)
- {
- context.Pc++;
- }
- }
- return true;
- }
- // If there are variable arguments, the base of the stack is moved by that number and the values of the variable arguments are placed in front of it.
- // see: https://wubingzheng.github.io/build-lua-in-rust/en/ch08-02.arguments.html
- [MethodImpl(MethodImplOptions.NoInlining)]
- static (int FrameBase, int ArgumentCount, int VariableArgumentCount) PrepareVariableArgument(LuaStack stack, int newBase, int argumentCount,
- int variableArgumentCount)
- {
- var temp = newBase;
- newBase += variableArgumentCount;
- stack.EnsureCapacity(newBase + argumentCount);
- stack.NotifyTop(newBase + argumentCount);
- var stackBuffer = stack.GetBuffer()[temp..];
- stackBuffer[..argumentCount].CopyTo(stackBuffer[variableArgumentCount..]);
- stackBuffer.Slice(argumentCount, variableArgumentCount).CopyTo(stackBuffer);
- return (newBase, argumentCount, variableArgumentCount);
- }
- [MethodImpl(MethodImplOptions.AggressiveInlining)]
- static (int FrameBase, int ArgumentCount, int VariableArgumentCount) PrepareForFunctionCall(LuaThread thread, LuaFunction function,
- Instruction instruction, int RA)
- {
- var argumentCount = instruction.B - 1;
- if (argumentCount == -1)
- {
- argumentCount = (ushort)(thread.Stack.Count - (RA + 1));
- }
- else
- {
- thread.Stack.NotifyTop(RA + 1 + argumentCount);
- }
- var newBase = RA + 1;
- var variableArgumentCount = function.GetVariableArgumentCount(argumentCount);
- if (variableArgumentCount <= 0)
- {
- return (newBase, argumentCount, 0);
- }
- return PrepareVariableArgument(thread.Stack, newBase, argumentCount, variableArgumentCount);
- }
- [MethodImpl(MethodImplOptions.AggressiveInlining)]
- static (int FrameBase, int ArgumentCount, int VariableArgumentCount) PrepareForFunctionTailCall(LuaThread thread, LuaFunction function,
- Instruction instruction, int RA)
- {
- var stack = thread.Stack;
- var argumentCount = instruction.B - 1;
- if (instruction.B == 0)
- {
- argumentCount = (ushort)(stack.Count - (RA + 1));
- }
- else
- {
- thread.Stack.NotifyTop(RA + 1 + argumentCount);
- }
- var newBase = RA + 1;
- // In the case of tailcall, the local variables of the caller are immediately discarded, so there is no need to retain them.
- // Therefore, a call can be made without allocating new registers.
- var currentBase = thread.GetCurrentFrame().Base;
- {
- var stackBuffer = stack.GetBuffer();
- if (argumentCount > 0)
- stackBuffer.Slice(newBase, argumentCount).CopyTo(stackBuffer.Slice(currentBase, argumentCount));
- newBase = currentBase;
- }
- var variableArgumentCount = function.GetVariableArgumentCount(argumentCount);
- if (variableArgumentCount <= 0)
- {
- return (newBase, argumentCount, 0);
- }
- return PrepareVariableArgument(thread.Stack, newBase, argumentCount, variableArgumentCount);
- }
- static Traceback GetTracebacks(ref VirtualMachineExecutionContext context)
- {
- return GetTracebacks(context.State, context.Pc);
- }
- static Traceback GetTracebacks(LuaState state, int pc)
- {
- var frame = state.CurrentThread.GetCurrentFrame();
- state.CurrentThread.PushCallStackFrame(frame with
- {
- CallerInstructionIndex = pc
- });
- var tracebacks = state.GetTraceback();
- state.CurrentThread.PopCallStackFrame();
- return tracebacks;
- }
- [MethodImpl(MethodImplOptions.AggressiveInlining)]
- static CallStackFrame CreateNewFrame(this LuaFunction function, ref VirtualMachineExecutionContext context, int newBase, int variableArgumentCount = 0)
- {
- return new()
- {
- Base = newBase,
- Function = function,
- VariableArgumentCount = variableArgumentCount,
- CallerInstructionIndex = context.Pc,
- };
- }
- [MethodImpl(MethodImplOptions.AggressiveInlining)]
- static ValueTask<int> Invoke(this LuaFunction function, ref VirtualMachineExecutionContext context, in CallStackFrame frame, int arguments)
- {
- return function.Func(new()
- {
- State = context.State,
- Thread = context.Thread,
- ArgumentCount = arguments,
- FrameBase = frame.Base,
- CallerInstructionIndex = frame.CallerInstructionIndex,
- }, context.ResultsBuffer, context.CancellationToken);
- }
- }
|