Skip to content

Commit f9c4484

Browse files
Update README.md to set status of project
1 parent 8d18db7 commit f9c4484

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pyLBBVAndPatch
22

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

55
Python is a widely-used programming language. CPython is its reference implementation. Due to Python’s dynamic type semantics, CPython is generally unable to execute Python programs as fast as it potentially could with static type semantics.
66

@@ -75,4 +75,4 @@ In `tier2.c`, two flags can be set to print debug messages:
7575

7676
// Prints typeprop debug messages
7777
#define TYPEPROP_DEBUG 0
78-
```
78+
```

0 commit comments

Comments
 (0)