I'm pretty sure that at least some objects in Julia are created in memory. 
But for a language with such strong code analysis capabilities it seems 
quite natural to keep local objects, corresponding to local variables, on 
stack (at least those proved to be small). Does Julia have this feature? 

Reply via email to