summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWilson <wla80@sfu.ca>2018-02-21 22:49:23 -0800
committerMatheus Marchini <matheus@sthima.com>2018-02-27 11:17:15 -0300
commita27e6d7321e129055c08842690533fa5aecfd923 (patch)
tree4ddfa78683d97e0133b99f78ad7b4f8c881b704b /doc
parent4eb45b884d9bd1f13979047750ad680275f4a348 (diff)
downloadandroid-node-v8-a27e6d7321e129055c08842690533fa5aecfd923.tar.gz
android-node-v8-a27e6d7321e129055c08842690533fa5aecfd923.tar.bz2
android-node-v8-a27e6d7321e129055c08842690533fa5aecfd923.zip
doc: make the background section concise and improve its formality
PR-URL: https://github.com/nodejs/node/pull/18928 Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/guides/maintaining-V8.md17
1 files changed, 8 insertions, 9 deletions
diff --git a/doc/guides/maintaining-V8.md b/doc/guides/maintaining-V8.md
index cdf7f19b3d..728fb1feb4 100644
--- a/doc/guides/maintaining-V8.md
+++ b/doc/guides/maintaining-V8.md
@@ -3,15 +3,14 @@
## Background
V8 follows the Chromium release schedule. The support horizon for Chromium is
-very different from the support horizon that Node.js needs to provide to its
-users. As a result Node.js needs to support a version of V8 for quite a bit
-longer than what upstream needs to support. Since V8 doesn't have an LTS
-supported branch, there is no official process around how the V8 branches in
-Node.js are maintained.
-
-This document attempts to document the current processes and proposes a workflow
-for maintaining the V8 branches in Node.js LTS and Current releases and how the
-Node.js and V8 teams at Google can help.
+different compared to the support horizon for Node.js. As a result, Node.js
+needs to support multiple versions of V8 longer than what upstream needs
+to support. V8 branches in Node.js lack of an official maintenance process due
+to a missing LTS supported branch.
+
+This document attempts to outline the current maintenance processes, proposes
+a workflow for maintaining the V8 branches in both Node.js LTS and current
+releases, and discusses how the Node.js and V8 teams at Google can help.
## V8 Release Schedule