Hi, We are using Rhino as the js engine in our project, and right now we encountered the 64K limit issue while developing. It's planned to port to Nashorn when it's released, so hope the issue can somehow mitigated in the new engine. Would Nashorn do better than Rhino for this issue? We didn't evaluated Nashorn on this yet, so need your insight.
The reason why it is a major problem is our source code generates JS dynamically based on the DB data, and we hope we can benefit from the Nashorn performance improvement. Thanks, -- William
