sebastienros / jint

Javascript Interpreter for .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Max Statements and general recommendations for limits

niemyjski opened this issue · comments

Is your feature request related to a problem? Please describe.

It would be nice if there was a general recommendations around the limits and further discussing how limits are calculated and how they are cleaned up / decremented.

Describe the solution you'd like

A clear and concise description of constraints and some general guidances / load / memory usage (I get that every consumer is a bit different)

Describe alternatives you've considered

Looked through code via search, didn't see anything clear cut.

Also, it would be really nice to have hooks / tracing / metrics so one could reasonably see various counts to make better decisions.