Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1003 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 1003 Bytes

denoland/v8

This repository exists to float patches ontop the of upstream v8 repo for use in rusty_v8. The patches that are floated are not functional changes to V8 code. Instead all patches are only here to help accomodate build system differences between Chromium and rusty_v8.

How this repo works

This repository contains an autoroll script that runs every night. This script maintains branches in the format $V8_VERSION-lkgr-denoland for the last few V8 releases. These branches are a mirror of the upstream $V8_VERSION-lkgr branches, except with the patches from the patches/ directory applied.

Currently the following V8 branches are actively updated:

  • 12.4-lkgr-denoland

Contributing

For submitting patches to this repo, please contact the maintainers on Discord in the #dev-rusty_v8 channel.