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

Speed up running of JS compiler in LLD_REPORT_UNDEFINED mode. NFC #18320

Merged
merged 1 commit into from
Dec 6, 2022

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Dec 5, 2022

Avoid generating the full JS output, only generate the metadata. This saves about 10% of the cost.

See: #16003

@sbc100 sbc100 requested a review from kripken December 5, 2022 21:33
@sbc100 sbc100 force-pushed the speed_up_lld_report_undefined branch from 346f75e to d7fbee3 Compare December 5, 2022 21:34
Avoid generating the full JS output, only generate the metadata.  This
saves about 10% of the cost.

See: #16003
@sbc100 sbc100 force-pushed the speed_up_lld_report_undefined branch from bf8daac to 025e2eb Compare December 5, 2022 22:56
@sbc100 sbc100 enabled auto-merge (squash) December 5, 2022 22:56
@sbc100 sbc100 merged commit 58a52ab into main Dec 6, 2022
@sbc100 sbc100 deleted the speed_up_lld_report_undefined branch December 6, 2022 17:53
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.

2 participants