[ruboto][regression] Increased stack usage ------------------------------------------
Key: JRUBY-6062 URL: https://jira.codehaus.org/browse/JRUBY-6062 Project: JRuby Issue Type: Bug Components: Core Classes/Modules, Embedding Affects Versions: JRuby 1.6.4, JRuby 1.7 Environment: Android, Ruboto Reporter: Uwe Kubosch Priority: Blocker Fix For: JRuby 1.6.5, JRuby 1.7 Hello good people! You are great and make the world a better place! :-) Thank you! As mentioned to headius on IRC, we have noticed an increase in stack usage when embedding JRuby using RedBridge. A common use case as described by https://github.com/ruboto/ruboto-core/blob/master/test/activity/stack_activity.rb changes behavior when changing JRuby version as described by https://github.com/ruboto/ruboto-core/blob/master/test/activity/stack_activity_test.rb Stack is currently the most pressing resource limitation when using Ruboto, and it would be really beneficial if there was a way to reduce stack usage. Currently https://github.com/ruboto/ruboto-core/blob/master/test/activity/option_menu_activity.rb and https://github.com/ruboto/ruboto-core/blob/master/test/activity/option_menu_activity_test.rb fail on master due to stack level too deep. To reproduce check out ruboto-core and run {noformat} ruby test/ruboto_gen_test.rb -n test_activity_tests {noformat} The file to adjust to new stack level values is {noformat} test/activity/stack_activity_test.rb {noformat} -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email