Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible Risky Optimization #30

Closed
llmhyy opened this issue Feb 16, 2017 · 0 comments
Closed

Possible Risky Optimization #30

llmhyy opened this issue Feb 16, 2017 · 0 comments

Comments

@llmhyy
Copy link
Owner

llmhyy commented Feb 16, 2017

When retrieving a read/written variable, I will use ExpressionParser class in ProgramExecutor.retriveExpression. In order to avoid thread deadlock, I disabled all the event request for JVM. However, the disable operation seems to take a lot of time. Thus, in order for the speed, I disable those event disabling function for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant