File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -68,16 +68,16 @@ This PEP proposes checking JIT stencils directly into the CPython repo as the
6868best path forward for eliminating our build-time dependency on LLVM.
6969
7070This approach:
71- * Provides the best end-to-end experience for those looking to
72- build CPython with the JIT
73- * Lessens the barrier to entry for those looking to
74- contribute to the JIT
75- * Ensures builds remain reproducible and consistent across
76- platforms without relying on external infrastructure or download mechanisms
71+
72+ * Provides the best end-to-end experience for those looking to build CPython
73+ with the JIT
74+ * Lessens the barrier to entry for those looking to contribute to the JIT
75+ * Ensures builds remain reproducible and consistent across platforms without
76+ relying on external infrastructure or download mechanisms
7777* Eliminates variability introduced by network conditions or potential
78- discrepancies between hosted files and the CPython repository state, and
78+ discrepancies between hosted files and the CPython repository state, and
7979* Subjects stencils to the same review processes we have for all other JIT-related
80- code
80+ code
8181
8282However, this approach does result in a slight increase in overall
8383repository size. Comparing repo growth on commits over the past 90 days, the
You can’t perform that action at this time.
0 commit comments