- 28 Jan, 2015 8 commits
-
-
Travis Hance authored
Str just funcs
-
Travis Hance authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
Had to modify tempfile to not depend on io, which is a big module (due to importing _io). tempfile seems to barely even use it, and I think I was able to replace its usage with a simpler os.write call.
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
- 27 Jan, 2015 6 commits
-
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
The signal module is Python code's interface to signal handling, but also the way that the interpreter accepts and handles signals. This commit just enables the first part, but things will crash if a signal actually gets delivered.
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
fixing #167: using gc allocator for gmp
-
Kevin Modzelewski authored
Add a simple cache for runtime ICs
-
- 26 Jan, 2015 1 commit
-
-
Marius Wachtler authored
spectral_norm.py runtime improves by about 5%: rewriter_attempts: 135109 --> 55133 rewriter_commits: 80138 --> 162 runtime_ics_num: 40003 --> 15 slowpath_binop: 82702 --> 2726
-
- 25 Jan, 2015 1 commit
-
-
Bob Fang authored
-
- 24 Jan, 2015 1 commit
-
-
Kevin Modzelewski authored
ie names that begin with two underscores but don't end in two underscores have the classname added to them. Do this early on in the pipeline so that all the analyses operate post-mangling. The implementation is kind of hacky and I couldn't think of a good way to make it super systematic; there may be more cases I missed.
-
- 23 Jan, 2015 1 commit
-
-
Bob Fang authored
-
- 22 Jan, 2015 22 commits
-
-
Kevin Modzelewski authored
cmake add oprofile and gperftools
-
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
Should probably nuke all of the codegen "memory management" using vrefs, and instead just used shared_pointers. Looks like there could be more "bugs" of the kind fixed in this commit...
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-