Mill Computing, Inc. › Forums › The Mill › Architecture › Security › Reply To: Security
Yes, you can use the stack to pass arguments between frames.
You may also use the heap. And how you do it depends a lot on whether you make a distinction between objects and primitives, and how you do garbage collection.
Normal calls within a compilation unit are very conventional and all the normal approaches work; its only if you want to take advantage of the Mill protection mechanism or its convenient for dynamic linking that you use portals.