Y
Hacker News
new
|
ask
|
show
|
jobs
by
rehemiau
2221 days 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?
1 comments
rehemiau
2221 days 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!
link