denoland / v8

floating patches for rusty_v8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.3-lkgr-denoland

Contributing

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

About

floating patches for rusty_v8


Languages

Language:TypeScript 100.0%