GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/pypy.git
master
py3.7
Gentoo fork of PyPy
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pypy
/
jit
/
metainterp
/
optimizeopt
/
optimizer.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initial package rename:
Alexander Hesse
2012-12-30
1
-671
/
+0
*
remove an import * and fix import locations
Alex Gaynor
2012-10-28
1
-4
/
+6
*
a bit of refactoring but now one can get to details about counters from the i...
Maciej Fijalkowski
2012-06-26
1
-3
/
+3
*
This is not an optimization that can be disabled but always needed to ensure ...
Hakan Ardo
2012-05-07
1
-0
/
+3
*
Optimize out SAME_AS even if OptRewrite is dissabled to prevent unrolling fro...
Hakan Ardo
2012-05-06
1
-1
/
+5
*
Allow OptPure to be disabled by enabling OptSimplify if it is and moving this...
Hakan Ardo
2012-04-30
1
-0
/
+1
*
use optimizer.getvalue instead of accessing values directly (should fix issue...
Hakan Ardo
2012-02-18
1
-1
/
+1
*
fix
Hakan Ardo
2011-12-12
1
-0
/
+1
*
hg merge default
Hakan Ardo
2011-12-04
1
-3
/
+6
|
\
|
*
Translation fix.
Armin Rigo
2011-11-26
1
-1
/
+1
|
*
Clean-up.
Armin Rigo
2011-11-26
1
-2
/
+5
*
|
hg merge default (a bit painfully)
Armin Rigo
2011-11-25
1
-0
/
+5
|
\
|
|
*
add a (probably not too costly) sanity check to make sure that the traces the
Carl Friedrich Bolz
2011-11-22
1
-0
/
+5
*
|
hg merge default
Hakan Ardo
2011-11-07
1
-3
/
+6
|
\
|
|
*
(antocuni, hakan, arigo)
Armin Rigo
2011-11-07
1
-5
/
+7
*
|
kill optimizer.bridge
Hakan Ardo
2011-11-07
1
-3
/
+2
*
|
hg merge default
Hakan Ardo
2011-11-05
1
-1
/
+0
|
\
|
|
*
Change VStringPlainValue, refactoring and giving a long
Armin Rigo
2011-11-04
1
-1
/
+0
*
|
move the decition wheter to unroll or not back into optimizeopt
Hakan Ardo
2011-11-05
1
-1
/
+0
*
|
refactor unrolling to use the new target resop
Hakan Ardo
2011-11-04
1
-2
/
+4
|
/
*
alternative fix that does not rely on interning ints
Hakan Ardo
2011-11-03
1
-0
/
+7
*
dissable for now, it makes test_convert_from_SmallFunctionSetPBCRepr_to_Funct...
Hakan Ardo
2011-11-03
1
-3
/
+3
*
corner case not handled very well
Hakan Ardo
2011-11-03
1
-0
/
+4
*
interning ints aswell
Hakan Ardo
2011-11-03
1
-1
/
+5
*
translation fixes for some tests, fix x86 tests
Alex Gaynor
2011-10-25
1
-5
/
+11
*
make Optimizer.newoperations private and provide access methods
Hakan Ardo
2011-10-02
1
-7
/
+14
*
kill Optimizer.posponedop
Hakan Ardo
2011-10-01
1
-3
/
+0
*
move emitted_pure_operations dict to OptPure
Hakan Ardo
2011-10-01
1
-4
/
+2
*
move pure_operations dict and optimize_CALL_PURE to OptPure
Hakan Ardo
2011-10-01
1
-11
/
+10
*
Force most virtuals in OptEarlyForce. This makes the heap optimizer aware of ...
Hakan Ardo
2011-09-29
1
-5
/
+0
*
make OptEarlyForce the place where unroll inserts ops from forcing boxes at l...
Hakan Ardo
2011-09-29
1
-0
/
+1
*
Make values forced at loop boundaries be emitted at the OptPure stage when un...
Hakan Ardo
2011-09-28
1
-0
/
+1
*
Convert the optimizer attribute of VirtualValue into an argument of force_box...
Hakan Ardo
2011-09-27
1
-3
/
+3
*
Make forced virtuals emit ops using OptVirtualize.emit_operation(). This make...
Hakan Ardo
2011-09-27
1
-0
/
+6
*
hg merge default
Hakan Ardo
2011-09-25
1
-0
/
+3
|
\
|
*
add a repr
Maciej Fijalkowski
2011-09-24
1
-0
/
+3
*
|
move optimize_CAST_OPAQUE_PTR to rewrite
Hakan Ardo
2011-09-23
1
-5
/
+0
*
|
Make forced strings emit operations using OptString.emit_operation. That way ...
Hakan Ardo
2011-09-23
1
-0
/
+3
*
|
started to move pure operation reusage into an optimization stage of its own
Hakan Ardo
2011-09-22
1
-40
/
+0
*
|
these does not seem to be used and propagate_end_forward is probably intended...
Hakan Ardo
2011-09-22
1
-10
/
+0
*
|
dont assume operations originate from optimizer.loop.operations
Hakan Ardo
2011-09-22
1
-4
/
+1
*
|
pass strengthen guards down the optimization chain instead of modifying optim...
Hakan Ardo
2011-09-22
1
-8
/
+25
*
|
kill the now obsolete dryrun
Hakan Ardo
2011-09-22
1
-9
/
+0
|
/
*
Fix for some changes hakanardo made in the emitting of pure operations.
Alex Gaynor
2011-09-18
1
-18
/
+14
*
merged upstream.
Alex Gaynor
2011-09-12
1
-21
/
+52
|
\
|
*
no point in importing extra info from preamble about values at these points
Hakan Ardo
2011-09-07
1
-1
/
+1
|
*
speedups?
Hakan Ardo
2011-09-04
1
-25
/
+25
|
*
cleaner and simpler
Hakan Ardo
2011-08-30
1
-2
/
+2
|
*
ensure values are imported when accessed from optimizer.values
Hakan Ardo
2011-08-30
1
-3
/
+7
|
*
workaround for now
Hakan Ardo
2011-08-29
1
-2
/
+2
[next]