代码拉取完成,页面将自动刷新
同步操作将从 OpenHarmony-SIG/arkcompiler_runtime_core 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
Panda Bytecode Description (aka ISA) Files: - isa.yaml The main file that contains the whole data about Panda Bytecode. It is in a machine-readable format and intended to be the single source of Bytecode information. It also aims hardcode avoidance in interpreter, compiler and tools, faster changes (which is important on early stages of development), consistency between components. - schema.json Schema for isa.yaml validation - templates/ Directory with example template files which show how could one generate needed files from isa.yaml using standard Ruby ERB templates. From <name>.<extenstion>.erb template <name>.<extension> file would be generated. (You also need to register your template in CMakeLists.txt) - isapi.rb API for quering parsed yaml data which could be used for template generation. In a template you have access to all Ruby core libraries and to 'Panda' module. Please refer to the file itself for more details. - gen.rb Driver for template generation. Run './gen.rb --help' for more details. - CMakeLists.txt Build system for ISA
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。