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

feat: turn off quickjs GC at page loading phase. #515

Merged
merged 8 commits into from Nov 8, 2023

Conversation

andycall
Copy link
Member

@andycall andycall commented Nov 6, 2023

QuickJS GC seriously affects performance during the initialization phase. This PR delays the execution of GC until after the page initialization is complete.

image

@andycall andycall added this pull request to the merge queue Nov 8, 2023
Merged via the queue into main with commit 399a656 Nov 8, 2023
28 checks passed
@andycall andycall deleted the feat/disable_gc_on_startup branch November 8, 2023 02:59
andycall added a commit that referenced this pull request Nov 18, 2023
QuickJS GC seriously affects performance during the initialization
phase. This PR delays the execution of GC until after the page
initialization is complete.


<img width="1432" alt="image"
src="https://github.com/openwebf/webf/assets/4409743/9602892f-7a99-4459-b5c8-76d7dac97feb">

---------

Co-authored-by: openwebf-bot <openwebf@openwebf.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants