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

fix regexp init heap memory usage #934

Merged
merged 3 commits into from
Nov 8, 2023
Merged

Conversation

astrophysik
Copy link
Contributor

No description provided.

@astrophysik astrophysik self-assigned this Nov 8, 2023
@astrophysik astrophysik added the runtime Feature related to runtime label Nov 8, 2023
@astrophysik astrophysik modified the milestones: next, 10.11.2023 Nov 8, 2023
@@ -167,4 +167,8 @@ class PhpScript {

void disable_timeout() noexcept;
void set_timeout(double t) noexcept;

bool is_running() noexcept;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
bool is_running() noexcept;
bool is_running() const noexcept;

@astrophysik astrophysik merged commit 8cae2b7 into master Nov 8, 2023
@astrophysik astrophysik deleted the vsadokhov/fix-regexp-init branch November 8, 2023 16:40
astrophysik added a commit that referenced this pull request Nov 9, 2023
astrophysik added a commit that referenced this pull request Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
runtime Feature related to runtime
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants