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

VM: Regex is not responsive to service requests #26041

Closed
rmacnak-google opened this issue Mar 18, 2016 · 3 comments
Closed

VM: Regex is not responsive to service requests #26041

rmacnak-google opened this issue Mar 18, 2016 · 3 comments
Assignees
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. type-enhancement A request for a change that isn't a bug

Comments

@rmacnak-google
Copy link
Contributor

The irregexp interpreter doesn't check for interrupts at all, and compiled irregexp functions seem to only include one check.

@rmacnak-google rmacnak-google added the area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. label Mar 18, 2016
@zanderso zanderso added the type-enhancement A request for a change that isn't a bug label Nov 6, 2016
@rmacnak-google
Copy link
Contributor Author

@aam This is same issue as being slow to safepoint because the underlying check is the stack overflow check.

@aam
Copy link
Contributor

aam commented Aug 14, 2019

We looked at slow-to-safepoint problem in context of JIT only so far. And there regex is responsive(albeit slow) to service requests(observatory seemingly works fine).

The irregexp interpreter(which doesn't check for requested safepoints at all) is used in AOT only, correct?

@mkustermann
Copy link
Member

The irregexp interpreter(which doesn't check for requested safepoints at all) is used in AOT only, correct?

Yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

4 participants