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
c9b0d8f9
Commit
c9b0d8f9
authored
Feb 12, 2016
by
Kevin Modzelewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switch focus to the LLVM jit
parent
1ca22ce6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/core/options.cpp
src/core/options.cpp
+3
-3
No files found.
src/core/options.cpp
View file @
c9b0d8f9
...
...
@@ -28,15 +28,15 @@ bool LOG_IC_ASSEMBLY = 0;
bool
LOG_BJIT_ASSEMBLY
=
0
;
bool
CONTINUE_AFTER_FATAL
=
false
;
bool
FORCE_INTERPRETER
=
tru
e
;
bool
FORCE_INTERPRETER
=
fals
e
;
bool
FORCE_OPTIMIZE
=
false
;
bool
SHOW_DISASM
=
false
;
bool
PROFILE
=
false
;
bool
DUMPJIT
=
false
;
bool
TRAP
=
false
;
bool
USE_STRIPPED_STDLIB
=
true
;
// always true
bool
ENABLE_INTERPRETER
=
true
;
bool
ENABLE_BASELINEJIT
=
1
;
bool
ENABLE_INTERPRETER
=
false
;
// XXX
bool
ENABLE_BASELINEJIT
=
false
;
// XXX
bool
ENABLE_PYPA_PARSER
=
true
;
bool
ENABLE_CPYTHON_PARSER
=
false
;
bool
USE_REGALLOC_BASIC
=
true
;
...
...
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