jonathanvdc
|
afd95f25ce
Include a legacy interpreter for benchmarking purposes
|
8 年之前 |
jonathanvdc
|
6d0cf2ed4f
Protect non-call JIT input implementation from GC
|
8 年之前 |
jonathanvdc
|
de10bb6587
Shield JIT temporaries from the garbage collector
|
8 年之前 |
jonathanvdc
|
f3e2ea263b
Merge remote-tracking branch 'upstream/master' into jit
|
8 年之前 |
jonathanvdc
|
5b87cdc729
Convert performance measurements to LaTeX charts
|
8 年之前 |
jonathanvdc
|
572a0a339b
Add perf_data.txt to .gitignore
|
8 年之前 |
jonathanvdc
|
214cc7c514
Make performance tests write output to a file
|
8 年之前 |
jonathanvdc
|
c7e59aabbd
Comment out a debug statement in runtime.py
|
8 年之前 |
jonathanvdc
|
91501583d1
Disable the JIT if requested in the test_harness
|
8 年之前 |
jonathanvdc
|
b03a765eda
Ensure that the JIT's locals don't get GC'ed
|
8 年之前 |
jonathanvdc
|
d25dd6df1f
Create interpreter, baseline JIT perf tests
|
8 年之前 |
jonathanvdc
|
c5bca21c2f
Stop emitting whitespace for dictionary definitions in codegen
|
8 年之前 |
jonathanvdc
|
d86750fad0
Define JIT primitives
|
8 年之前 |
jonathanvdc
|
3cdf385bb1
Define 'run_perf_test' in 'performance/utils.py'
|
8 年之前 |
jonathanvdc
|
2a28f96dd1
Comment out 'PO' performance tests
|
8 年之前 |
jonathanvdc
|
192c88f778
Make the JIT insert nops
|
8 年之前 |
jonathanvdc
|
2d76ac1ad3
Rename 'performance/test_{create_matrix->matrix_create}.py', add a Gauss-Jordan perf test
|
8 年之前 |
jonathanvdc
|
1da261719c
Make 'log' an intrinsic
|
8 年之前 |
jonathanvdc
|
44650c1015
Make 'time' an intrinsic
|
8 年之前 |
jonathanvdc
|
a665257f8f
Turn a bunch of cast operations into intrinsics
|
8 年之前 |
jonathanvdc
|
c0d63ff8af
Add a matrix creation test
|
8 年之前 |
jonathanvdc
|
81eb0a5c97
Define a fibonacci perf test
|
8 年之前 |
jonathanvdc
|
c753ef648f
Nitpick a comment
|
8 年之前 |
jonathanvdc
|
5eeb9801fe
Create a utils.py for performance tests
|
8 年之前 |
jonathanvdc
|
50ac1f1307
Simplify getFreePort() in integration/utils.py
|
8 年之前 |
jonathanvdc
|
8645c78972
Fix inaccurate comment
|
8 年之前 |
jonathanvdc
|
3d19089327
Optimize calls in tail position to tail call instructions
|
8 年之前 |
jonathanvdc
|
dd3435edf9
Remove unnecessary restriction in PythonGenerator.append_state_definition
|
8 年之前 |
jonathanvdc
|
448bcc7c72
Change a docstring
|
8 年之前 |
jonathanvdc
|
ad63badde9
Fix an exception handling bug in the JIT runtime
|
8 年之前 |