- 22 Mar, 2016 26 commits
-
-
Kevin Modzelewski authored
A couple build issues left though.
-
Kevin Modzelewski authored
since we need to look at this at every deinitFrame. calculateNumUserVisibleVRegs() was showing up in the profile. This might be less important under pgo (which is currently broken), but seems like a good thing to try anyway.
-
Marius Wachtler authored
-
Marius Wachtler authored
-
Marius Wachtler authored
-
Marius Wachtler authored
-
Marius Wachtler authored
-
Marius Wachtler authored
-
Marius Wachtler authored
-
Marius Wachtler authored
-
Marius Wachtler authored
Conflicts: src/codegen/irgen/irgenerator.cpp
-
Marius Wachtler authored
-
Marius Wachtler authored
-
Marius Wachtler authored
-
Marius Wachtler authored
Conflicts: src/codegen/ast_interpreter.cpp src/codegen/baseline_jit.cpp src/codegen/baseline_jit.h
-
Marius Wachtler authored
-
Marius Wachtler authored
-
Marius Wachtler authored
-
Marius Wachtler authored
Conflicts: src/runtime/objmodel.cpp
-
Marius Wachtler authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
And add some extra ref checking. The rewriter didn't verify that it didn't over-decref which made this hard to find.
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
- 21 Mar, 2016 14 commits
-
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
Some basic support, but leaks references if you abandon a generator while it is in a "yield" expression.
-
Marius Wachtler authored
-
Marius Wachtler authored
Conflicts: src/runtime/types.cpp Had todo some bigger changes to AttrWrapper and Box::setDictBacked
-
Marius Wachtler authored
Conflicts: src/runtime/builtin_modules/thread.cpp
-
Marius Wachtler authored
Conflicts: src/runtime/builtin_modules/builtins.cpp src/runtime/builtin_modules/sys.cpp
-
Marius Wachtler authored
-
Marius Wachtler authored
Conflicts: src/runtime/code.cpp added BoxedCode::traverse and BoxedCode::dealloc
-
Marius Wachtler authored
Conflicts: from_cpython/Python/traceback.c src/codegen/unwinding.cpp src/runtime/builtin_modules/sys.cpp src/runtime/capi.cpp src/runtime/cxx_unwind.cpp src/runtime/exceptions.cpp
-
Marius Wachtler authored
-