I am developing a virtual machine for a byte code language I have been working on. I am using the System.Collections.Generic.Stack class for the stack but is there any way to allocate the stack size? Or do I just have to write my own stack object to use?
I am developing a virtual machine for a byte code language I have been
Share
you can – see http://msdn.microsoft.com/en-us/library/ahc986x9.aspx