Skip to content

Clarify Gecko vs JavaScript engine wording in JIT statement - #40904

Merged
chrisdavidmills merged 3 commits into
mdn:mainfrom
AyaanB24:fix-gecko-jit-clarification
Aug 27, 2025
Merged

Clarify Gecko vs JavaScript engine wording in JIT statement#40904
chrisdavidmills merged 3 commits into
mdn:mainfrom
AyaanB24:fix-gecko-jit-clarification

Conversation

@AyaanB24

@AyaanB24 AyaanB24 commented Aug 27, 2025

Copy link
Copy Markdown
Contributor

Fixes #40901

Description

Rephrased a sentence in the Performance Fundamentals guide to clarify that JIT compilation is supported by the JavaScript engine used by Gecko, not Gecko itself.

Motivation

The previous wording could mislead readers into thinking that Gecko itself is a JavaScript engine. This clarification ensures technical accuracy and prevents confusion about the role of Gecko versus its JS engine.

Additional details

No additional references required. It is documented as Gecko's JavaScript engine.

@AyaanB24
AyaanB24 requested review from a team and chrisdavidmills and removed request for a team August 27, 2025 09:01
@github-actions github-actions Bot added Content:Performance Web performance docs size/xs [PR only] 0-5 LoC changed labels Aug 27, 2025
@AyaanB24

Copy link
Copy Markdown
Contributor Author

Hi @chrisdavidmills 👋
I’ve updated the sentence for clarity as discussed. Could you please approve the workflows and review this PR when you get a chance? Thank you!

@github-actions

github-actions Bot commented Aug 27, 2025

Copy link
Copy Markdown
Contributor

Preview URLs

(comment last updated: 2025-08-27 12:03:53)

@chrisdavidmills chrisdavidmills left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@AyaanB24 LGTM, thanks!

BTW, where did we discuss this one? If you have an issue number, can you edit the description to include a line "Fixes "? Once that is done, merging this PR will then close the issue automatically.

@AyaanB24

Copy link
Copy Markdown
Contributor Author

@chrisdavidmills Updated the PR description with Fixes #40901 . Thanks for the guidance!

@chrisdavidmills
chrisdavidmills merged commit 4e9f69e into mdn:main Aug 27, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Content:Performance Web performance docs size/xs [PR only] 0-5 LoC changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Gecko and JS engine

3 participants