Re: [webkit-dev] JavaScriptCore: Garbage Collector Issue

2015-05-27 Thread Geoffrey Garen
Hi Max. The best way to get help with a potential bug in JavaScriptCore is to post example code that reproduces the bug to bugs.webkit.org. > I wrote a XCTest in Xcode which performs multiple calls of the JavaScript > library (with loops) but it always stops or freezes after the 292nd call. Ca

[webkit-dev] JavaScriptCore: Garbage Collector Issue

2015-05-27 Thread Max Hentschel
Hello, I watched the WWDC 2013 session on integrating JavaScript into native apps and so I implemented a JavaScript library for a Swift iOS app connecting via JavaScriptCore. Although I don’t really know if this mail list is the correct place to ask, I thought I’d give it a shot. I really liked