jonathanvdc
|
4f83e248f7
Fix a bug in UnaryInstruction
|
hace 8 años |
jonathanvdc
|
b8eb32cd04
Turn some read-like primitives into intrinsics
|
hace 8 años |
jonathanvdc
|
a079194cee
Turn some state-manipulation primitives into intrinsics
|
hace 8 años |
jonathanvdc
|
df915c8b65
Remove trailing whitespace
|
hace 8 años |
jonathanvdc
|
3fa3dbee66
Support unary intrinsics in JIT
|
hace 8 años |
jonathanvdc
|
e2028259ad
Parenthesize binary instructions in JIT codegen
|
hace 8 años |
jonathanvdc
|
1b39be5c4c
Move JIT intrisic definitions to a separate file
|
hace 8 años |
jonathanvdc
|
188753557a
Fix a JIT bug for calls to parameterless functions
|
hace 8 años |
jonathanvdc
|
222a8ab77a
Simplify 'RV(CNV(val))' to 'val'
|
hace 8 años |
jonathanvdc
|
92848c6f33
Add intrinsics for subtraction
|
hace 8 años |
jonathanvdc
|
6b753fa24e
Make the JIT compile calls to certain functions as intrinsics
|
hace 8 años |
jonathanvdc
|
285cb3d8ff
Make JIT-compiled function names more natural
|
hace 8 años |
jonathanvdc
|
6cdf50bda4
Wire up the JIT's compiled_function_lookup member in the kernel
|
hace 8 años |
jonathanvdc
|
a1c7f6af1c
Support compiled function lookup in the JIT
|
hace 8 años |
jonathanvdc
|
7fcb4983ce
Implement 'call' instructions in the JIT
|
hace 8 años |
jonathanvdc
|
e6eb7192de
Store compiled and primitive functions in the JIT
|
hace 8 años |
jonathanvdc
|
1c935e6087
Change how the JIT is enabled/disabled
|
hace 8 años |
jonathanvdc
|
d8feb907a9
Change how the JIT stores jitted functions
|
hace 8 años |
jonathanvdc
|
7a664137d9
Make pylint keep silent about our use of 'exec'
|
hace 8 años |
jonathanvdc
|
2972e79df9
Support the 'input' instruction in the JIT
|
hace 8 años |
jonathanvdc
|
2ab0109b1c
Make the JIT load global names at compile-time
|
hace 8 años |
jonathanvdc
|
faf17ecb65
Add JIT support for 'access' instructions
|
hace 8 años |
jonathanvdc
|
8f43e78834
Institute an upper bound on the size of jittable functions
|
hace 8 años |
jonathanvdc
|
6dd0d6f534
Elide redundant 'pass' before 'raise PrimitiveFinished'
|
hace 8 años |
jonathanvdc
|
ce1c6541d7
Optimize PythonGenerator's append method
|
hace 8 años |
jonathanvdc
|
43cd62ce69
Optimize temporaries in tree-ir codegen
|
hace 8 años |
jonathanvdc
|
2b3d0a7544
Merge branch 'jit' of http://msdl.uantwerpen.be/git/jonathanvdc/modelverse into jit
|
hace 8 años |
jonathanvdc
|
65330d93c3
Improve codegen slightly
|
hace 8 años |
jonathanvdc
|
30be6a2408
Fix a number of JIT-related issues, implement 'assign' in JIT
|
hace 8 años |
jonathanvdc
|
4db787a096
Add theoretical JIT support for 'declare', 'global' and 'resolve'
|
hace 8 años |