- 31 Jul, 2015 5 commits
-
-
Marius Wachtler authored
-
Marius Wachtler authored
-
Marius Wachtler authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
It wouldn't rerun cmake if cmakelists.txt got updated.
-
- 30 Jul, 2015 8 commits
-
-
Kevin Modzelewski authored
have the llvm jit start emitting some capi-style calls
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
Eventually we'll want to have a more sophisticated way of determining when to switch to capi exceptions; they do add noticeable overhead when no exception gets thrown.
-
Kevin Modzelewski authored
None are enabled in this commit, but add some of the helpers for handling exceptions if they were to be thrown.
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
Refactors and cleanup in objmodel.cpp
-
Rudi Chen authored
Since it's one class and it's big enough, might as well have it's own file.
-
- 29 Jul, 2015 3 commits
- 28 Jul, 2015 24 commits
-
-
Kevin Modzelewski authored
Force instantiate these templates as well
-
Kevin Modzelewski authored
Add some PerThreadSet features
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
-
Kevin Modzelewski authored
- some extra debugging for the threading_local issue - remove the data for threads that don't come along with a fork()
-
Kevin Modzelewski authored
Templatize runtimeCall for different exception styles
-
Kevin Modzelewski authored
bjit: fix problems when setting bjit thresholds to 1
-
Marius Wachtler authored
-
Marius Wachtler authored
-
Marius Wachtler authored
- we hit an assert when we ran out of scratch space - 'classobjSetattr' returned void but all runtime funcs must return a Box* object. - sneak in a change which removes a unused arg from '_setupCall'
-
Kevin Modzelewski authored
Which also involves templatizing most of the things that it calls as well. CompiledFunction's now have an additional parameter "exception_style", and we will try to call a version of the function with the requested style. All of our runtime functions are written to the CXX style, and there's not a whole lot of benefit until we templatize the runtime functions individually.
-
Kevin Modzelewski authored
implement recursive printing of set and tuples.
-
Dong-hee,Na authored
-
Kevin Modzelewski authored
start templatizing the runtime to be able to choose exception styles
-
Kevin Modzelewski authored
Fix the errors that report in `test format` and re-enable `test format`.
-
Dong-hee,Na authored
-
Kevin Modzelewski authored
Apparently they can do compile-time evaluations, which is cool.
-
Kevin Modzelewski authored
For use of PyObject_GetItem django_template3 ends up calling this a fair amount via unicode_translate (ie it checks to see if certain entries are in the translation table).
-
Dong-hee,Na authored
-
Kevin Modzelewski authored
bjit: add support for most common missing nodes and don't JIT compile cold blocks
-
Kevin Modzelewski authored
Numeric binary operator support for old style class
-
Kevin Modzelewski authored
-