Skip to content

Commit 837a1ea

Browse files
docs: move trying out README to the top (python#47)
1 parent 46f6db4 commit 837a1ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
A WIP Lazy Basic Block Versioning + (eventually) Copy and Patch JIT Interpreter for CPython.
44

5+
## Trying this project out
6+
7+
We provide pre-compiled binaries for 64-bit Windows 10/11 via [GitHub releases](https://github.com/pylbbv/pylbbv/releases/).
8+
59
## The case for our project
610

711
Python is a widely-used programming language. As a Python user, I want CPython code to execute quicker.
@@ -116,10 +120,6 @@ sequenceDiagram
116120

117121
We will run the [bm_nbody.py](./bm_nbody.py) script and the [bm_float_unboxed.py](./bm_float_unboxed.py) to gather results. For now we expect performance to have no improvement as we have yet to implement the copy and patch JIT compiler.
118122

119-
## Trying this project out
120-
121-
We provide pre-compiled binaries for 64-bit Windows 10/11 via GitHub releases.
122-
123123
## Changelog over CS4215
124124

125125
* Refactor: Typeprop codegen by @JuliaPoo in https://github.com/pylbbv/pylbbv/pull/1

0 commit comments

Comments
 (0)