From cc2fa7e464860a57ba685463b7a971ad50ed568b Mon Sep 17 00:00:00 2001 From: Ayush Parikh Date: Wed, 26 May 2021 23:48:38 +0530 Subject: [PATCH 01/10] Update README.rst --- README.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 58cf6abba975b3..713fc2c7bd9491 100644 --- a/README.rst +++ b/README.rst @@ -110,17 +110,17 @@ The entire Python directory is cleaned of temporary files that may have resulted from a previous compilation. An instrumented version of the interpreter is built, using suitable compiler -flags for each flavour. Note that this is just an intermediary step. The -binary resulting from this step is not good for real life workloads as it has +flags for each flavor. Note that this is just an intermediary step. The +binary resulting from this step is not good for real-life workloads as it has profiling instructions embedded inside. After the instrumented interpreter is built, the Makefile will run a training -workload. This is necessary in order to profile the interpreter execution. -Note also that any output, both stdout and stderr, that may appear at this step +workload. This is necessary to profile the interpreter's execution. +Note also that any output, both stdout, and stderr, that may appear at this step is suppressed. The final step is to build the actual interpreter, using the information -collected from the instrumented one. The end result will be a Python binary +collected from the instrumented one. The result will be a Python binary that is optimized; suitable for distribution or production installation. From 8642a86cd506f05187da95978e4474defe2824e9 Mon Sep 17 00:00:00 2001 From: "blurb-it[bot]" <43283697+blurb-it[bot]@users.noreply.github.com> Date: Wed, 26 May 2021 18:29:49 +0000 Subject: [PATCH 02/10] =?UTF-8?q?=F0=9F=93=9C=F0=9F=A4=96=20Added=20by=20b?= =?UTF-8?q?lurb=5Fit.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../next/Documentation/2021-05-26-18-29-48.bpo-39798.D4UZnR.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 Misc/NEWS.d/next/Documentation/2021-05-26-18-29-48.bpo-39798.D4UZnR.rst diff --git a/Misc/NEWS.d/next/Documentation/2021-05-26-18-29-48.bpo-39798.D4UZnR.rst b/Misc/NEWS.d/next/Documentation/2021-05-26-18-29-48.bpo-39798.D4UZnR.rst new file mode 100644 index 00000000000000..b8174baa4263b3 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2021-05-26-18-29-48.bpo-39798.D4UZnR.rst @@ -0,0 +1 @@ +updated and corrected readme with some grammatical mistakes \ No newline at end of file From d25a681a77f79b77c8827094dfed612512e3b384 Mon Sep 17 00:00:00 2001 From: Ayush Parikh Date: Fri, 28 May 2021 07:54:16 +0530 Subject: [PATCH 03/10] Update README.rst Co-authored-by: Zachary Ware --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 713fc2c7bd9491..3f7e5273af43d5 100644 --- a/README.rst +++ b/README.rst @@ -115,7 +115,7 @@ binary resulting from this step is not good for real-life workloads as it has profiling instructions embedded inside. After the instrumented interpreter is built, the Makefile will run a training -workload. This is necessary to profile the interpreter's execution. +workload which is necessary to profile the interpreter's execution. Note also that any output, both stdout, and stderr, that may appear at this step is suppressed. From 79d0debf31fe9746712b8fbe33dc48a826e6a849 Mon Sep 17 00:00:00 2001 From: Ayush Parikh Date: Fri, 28 May 2021 09:05:56 +0530 Subject: [PATCH 04/10] Update 2021-05-26-18-29-48.bpo-39798.D4UZnR.rst --- .../next/Documentation/2021-05-26-18-29-48.bpo-39798.D4UZnR.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/next/Documentation/2021-05-26-18-29-48.bpo-39798.D4UZnR.rst b/Misc/NEWS.d/next/Documentation/2021-05-26-18-29-48.bpo-39798.D4UZnR.rst index b8174baa4263b3..af66bba567355b 100644 --- a/Misc/NEWS.d/next/Documentation/2021-05-26-18-29-48.bpo-39798.D4UZnR.rst +++ b/Misc/NEWS.d/next/Documentation/2021-05-26-18-29-48.bpo-39798.D4UZnR.rst @@ -1 +1 @@ -updated and corrected readme with some grammatical mistakes \ No newline at end of file +updated readme by correcting few grammatical mistakes From 08399cb542c241356638004bcbe8df190e5e76a4 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Fri, 28 May 2021 15:31:59 -0400 Subject: [PATCH 05/10] Update 2021-05-26-18-29-48.bpo-39798.D4UZnR.rst Not needed. --- .../next/Documentation/2021-05-26-18-29-48.bpo-39798.D4UZnR.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/next/Documentation/2021-05-26-18-29-48.bpo-39798.D4UZnR.rst b/Misc/NEWS.d/next/Documentation/2021-05-26-18-29-48.bpo-39798.D4UZnR.rst index af66bba567355b..8b137891791fe9 100644 --- a/Misc/NEWS.d/next/Documentation/2021-05-26-18-29-48.bpo-39798.D4UZnR.rst +++ b/Misc/NEWS.d/next/Documentation/2021-05-26-18-29-48.bpo-39798.D4UZnR.rst @@ -1 +1 @@ -updated readme by correcting few grammatical mistakes + From 8911bb66ea2068798bb22ad51216df8c898cd6da Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Fri, 28 May 2021 15:35:07 -0400 Subject: [PATCH 06/10] Update 2021-05-26-18-29-48.bpo-39798.D4UZnR.rst From efc7bd4b266505621a7e014ca619555a302d14d9 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Fri, 28 May 2021 15:35:33 -0400 Subject: [PATCH 07/10] Update 2021-05-26-18-29-48.bpo-39798.D4UZnR.rst From a74a67051dad05af2f50aa980b7842fd3ee338c4 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Fri, 28 May 2021 15:36:46 -0400 Subject: [PATCH 08/10] Delete 2021-05-26-18-29-48.bpo-39798.D4UZnR.rst --- .../next/Documentation/2021-05-26-18-29-48.bpo-39798.D4UZnR.rst | 1 - 1 file changed, 1 deletion(-) delete mode 100644 Misc/NEWS.d/next/Documentation/2021-05-26-18-29-48.bpo-39798.D4UZnR.rst diff --git a/Misc/NEWS.d/next/Documentation/2021-05-26-18-29-48.bpo-39798.D4UZnR.rst b/Misc/NEWS.d/next/Documentation/2021-05-26-18-29-48.bpo-39798.D4UZnR.rst deleted file mode 100644 index 8b137891791fe9..00000000000000 --- a/Misc/NEWS.d/next/Documentation/2021-05-26-18-29-48.bpo-39798.D4UZnR.rst +++ /dev/null @@ -1 +0,0 @@ - From 35ace7fe05ab33e5dedc65d628e6c2f028209e52 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Fri, 28 May 2021 15:39:18 -0400 Subject: [PATCH 09/10] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 3f7e5273af43d5..bc89d041426b02 100644 --- a/README.rst +++ b/README.rst @@ -115,8 +115,8 @@ binary resulting from this step is not good for real-life workloads as it has profiling instructions embedded inside. After the instrumented interpreter is built, the Makefile will run a training -workload which is necessary to profile the interpreter's execution. -Note also that any output, both stdout, and stderr, that may appear at this step +workload. This is necessary in order to profile the interpreter's execution. +Note also that any output, both stdout and stderr, that may appear at this step is suppressed. The final step is to build the actual interpreter, using the information From b503274c6d9383c5367ca69287a43226866956c2 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Fri, 28 May 2021 15:40:41 -0400 Subject: [PATCH 10/10] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index bc89d041426b02..898680af095dee 100644 --- a/README.rst +++ b/README.rst @@ -120,7 +120,7 @@ Note also that any output, both stdout and stderr, that may appear at this step is suppressed. The final step is to build the actual interpreter, using the information -collected from the instrumented one. The result will be a Python binary +collected from the instrumented one. The end result will be a Python binary that is optimized; suitable for distribution or production installation.