Jimmy
Jimmy
Well, can be added to project as well.
> More like #2373, probably. And we can get it after #1526. Another magical time travel~~ an issue in 2021
Will cose if no further update in this pr.
> Why are you trying to do this? trying to avoid leveldb mis use. Like in the previous unhandled plugin exception pr, snapshot was careless and unintentionally used in multiple...
close as fixed in another pr.
its not yet being used right, no wander the bench has no change.
> > its not yet being used right, no wander the bench has no change. > > No, if you like it, i can start with the selection according to...
```C# [TestMethod] public void TestMultiNewArrayThenDrop() { using ScriptBuilder sb = new(); sb.EmitPush(1000); sb.Emit(OpCode.NEWARRAY); sb.Emit(OpCode.DROP); sb.EmitPush(1000); sb.Emit(OpCode.NEWARRAY); sb.Emit(OpCode.DROP); sb.EmitPush(1000); sb.Emit(OpCode.NEWARRAY); sb.Emit(OpCode.DROP); using ExecutionEngine engine = new(); engine.LoadScript(sb.ToArray()); Assert.AreEqual(0, engine.ReferenceCounter.Count); var res...
@shargon please follow up with this work.
@shargon test fails