Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
Pyston
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
Pyston
Commits
e93d36d7
Commit
e93d36d7
authored
Sep 11, 2014
by
Kevin Modzelewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
We are now at v0.2
parent
423f090d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+1
-1
src/jit.cpp
src/jit.cpp
+1
-1
No files found.
README.md
View file @
e93d36d7
...
@@ -25,7 +25,7 @@ We have a [small list of starter projects](https://github.com/dropbox/pyston/wik
...
@@ -25,7 +25,7 @@ We have a [small list of starter projects](https://github.com/dropbox/pyston/wik
-
Focus was on building and validating the core Python-to-LLVM JIT infrastructure.
-
Focus was on building and validating the core Python-to-LLVM JIT infrastructure.
-
Many core parts of the language were missing.
-
Many core parts of the language were missing.
##### v0.2: [released 9/11/2014](http://blog.pyston.org/)
##### v0.2: [released 9/11/2014](http://blog.pyston.org/
2014/09/11/9/
)
-
Focus was on improving language compatibility to the point that we can start running "real code" in the form of existing benchmarks.
-
Focus was on improving language compatibility to the point that we can start running "real code" in the form of existing benchmarks.
-
Many new features:
-
Many new features:
-
Exceptions
-
Exceptions
...
...
src/jit.cpp
View file @
e93d36d7
...
@@ -193,7 +193,7 @@ int main(int argc, char** argv) {
...
@@ -193,7 +193,7 @@ int main(int argc, char** argv) {
}
}
if
(
repl
)
{
if
(
repl
)
{
printf
(
"Pyston v0.
1
(rev "
STRINGIFY
(
GITREV
)
")"
);
printf
(
"Pyston v0.
2
(rev "
STRINGIFY
(
GITREV
)
")"
);
printf
(
", targeting Python %d.%d.%d
\n
"
,
PYTHON_VERSION_MAJOR
,
PYTHON_VERSION_MINOR
,
PYTHON_VERSION_MICRO
);
printf
(
", targeting Python %d.%d.%d
\n
"
,
PYTHON_VERSION_MAJOR
,
PYTHON_VERSION_MINOR
,
PYTHON_VERSION_MICRO
);
if
(
!
main_module
)
{
if
(
!
main_module
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment