top | item 23290493

(no title)

rehemiau | 5 years ago

I didn't find an explaination of how it deals with variables (e.g. strings) allocated on the stack, does/how borrowing work for those?

discuss

order

rehemiau|5 years ago

Ability to use the stack is a very important performance oriented feature. Similarily, ability to nest structs or other data structures without intermediate pointers. I hope this could be solvable!