vm使用了stack.go里面的对象Stack来作为虚拟机的堆栈。memory代表了虚拟机里面使用的内存对象。stack比较简单,就是用1024个big.Int的定长数组来作为堆栈的存储。构造//stackisanobjectforbasicstackoperations.Itemspoppedtothestackare//expectedtobechangedandmodified.stackd
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号