perf: batch lazy builtin initialization - #15
Open
Eric-Song-Nop wants to merge 3 commits into
Open
Conversation
This was referenced Sep 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stacked on #14. Base:
perf/release-cleanup-fast-path; head:perf/batch-builtin-initialization, both inpocket-stack/quickjs-oxide. Review and merge in dependency order.Migrated from Eric-Song-Nop#5 with identical commits and preserved measurement/validation evidence.
Context creation installed 121 Date/Array/TypedArray lazy methods individually, repeatedly replacing growing layouts. Install those methods in eight batches through the existing layout/ownership path, preserving property order, flags, metadata, lazy identity, realm ownership and alias boundaries.
将 121 项内建懒方法改为 8 批发布,复用现有布局与所有权机制,保留属性顺序、标志、函数元数据、realm 和别名关系。
Bilingual report, measurements and raw-archive receipt / 双语报告与原始证据
Latest original PR CI failed at the inherited CLI integration-target inventory check (
test262-host-metadata.py); the CLI targets and this check are unchanged by this PR. This is separate from the manual validation reported above.