Extend shared simdutf flag to v8
未关闭
适合新手
还没有人认领这个 Issue。
feature request
- 主要语言
- JavaScript
- 星标
- 122k
- 派生
- 37.3k
- 平均合并
- 4 天 2 小时
- 30 天内合并 PR
- 283
描述
What is the problem this feature will solve?
configure.py has --shared-simdutf* flags, but now v8 embeds another copy of simdutf as well.
What is the feature you are proposing to solve the problem?
It would be awesome if tools/v8_gypfiles/v8.gyp was updated to allow linking v8 to the shared simdutf copy.
What alternatives have you considered?
No response
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 configure.py 和 tools/v8_gypfiles/v8.gyp 中现有的 --shared-simdutf* 标志开始。跟踪共享 simdutf 选项在 V8 构建配置中的表示方式,然后更新 V8 目标,使其能够使用共享副本。完成的标准是:V8 构建路径遵循该标志,且不会嵌入另一个 simdutf 副本;通过使用共享选项进行配置和构建来验证。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- cpp, node.js, python
- 领域
- build-system
- Issue 类型
- 功能
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 冷清
- 描述清晰度
- 描述清楚
- 新手友好度
- 74/100