[ruby-core:26512] why RUBY_INIT_STACK in main?

View: New views
1 Messages — Rating Filter:   Alert me  

Parent Message unknown [ruby-core:26512] why RUBY_INIT_STACK in main?

by Suraj Kurapati-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

Why is the RUBY_INIT_STACK macro called twice?

1. in main() before ruby_init()
2. again inside ruby_init()

Thanks for your consideration.