Historial de Commits

Autor SHA1 Mensaje Fecha
  jonathanvdc 683534b81c Include a legacy interpreter for benchmarking purposes hace 8 años
  jonathanvdc c0395eda31 Protect non-call JIT input implementation from GC hace 8 años
  jonathanvdc c50d53ad80 Shield JIT temporaries from the garbage collector hace 8 años
  jonathanvdc cc7e5822aa Merge remote-tracking branch 'upstream/master' into jit hace 8 años
  jonathanvdc 1dacbb9635 Convert performance measurements to LaTeX charts hace 8 años
  jonathanvdc f04aee0cde Add perf_data.txt to .gitignore hace 8 años
  jonathanvdc de1b2057ff Make performance tests write output to a file hace 8 años
  jonathanvdc 9b75bd1d82 Comment out a debug statement in runtime.py hace 8 años
  jonathanvdc b246a1e9cf Disable the JIT if requested in the test_harness hace 8 años
  jonathanvdc 0df878586a Ensure that the JIT's locals don't get GC'ed hace 8 años
  jonathanvdc c31903f330 Create interpreter, baseline JIT perf tests hace 8 años
  jonathanvdc 42b984af2b Stop emitting whitespace for dictionary definitions in codegen hace 8 años
  jonathanvdc 37dd973b33 Define JIT primitives hace 8 años
  jonathanvdc 0c2589b938 Define 'run_perf_test' in 'performance/utils.py' hace 8 años
  jonathanvdc 1c9127f99c Comment out 'PO' performance tests hace 8 años
  jonathanvdc d145513ba5 Make the JIT insert nops hace 8 años
  jonathanvdc 28931918bf Rename 'performance/test_{create_matrix->matrix_create}.py', add a Gauss-Jordan perf test hace 8 años
  jonathanvdc a3ba9acc3d Make 'log' an intrinsic hace 8 años
  jonathanvdc 3bc4bde236 Make 'time' an intrinsic hace 8 años
  jonathanvdc 76dfa0e596 Turn a bunch of cast operations into intrinsics hace 8 años
  jonathanvdc f5c1774364 Add a matrix creation test hace 8 años
  jonathanvdc a953e922f0 Define a fibonacci perf test hace 8 años
  jonathanvdc 1e0ae6cb7e Nitpick a comment hace 8 años
  jonathanvdc f8c397035a Create a utils.py for performance tests hace 8 años
  jonathanvdc 6a11d48d07 Simplify getFreePort() in integration/utils.py hace 8 años
  jonathanvdc ce012ab2db Fix inaccurate comment hace 8 años
  jonathanvdc 390be45d82 Optimize calls in tail position to tail call instructions hace 8 años
  jonathanvdc 3b93bc577a Remove unnecessary restriction in PythonGenerator.append_state_definition hace 8 años
  jonathanvdc a1bc2ba493 Change a docstring hace 8 años
  jonathanvdc 36faf93d7b Fix an exception handling bug in the JIT runtime hace 8 años