Historique des commits

Auteur SHA1 Message Date
  jonathanvdc cc7e5822aa Merge remote-tracking branch 'upstream/master' into jit il y a 8 ans
  jonathanvdc 1dacbb9635 Convert performance measurements to LaTeX charts il y a 8 ans
  jonathanvdc f04aee0cde Add perf_data.txt to .gitignore il y a 8 ans
  jonathanvdc de1b2057ff Make performance tests write output to a file il y a 8 ans
  jonathanvdc 9b75bd1d82 Comment out a debug statement in runtime.py il y a 8 ans
  jonathanvdc b246a1e9cf Disable the JIT if requested in the test_harness il y a 8 ans
  jonathanvdc 0df878586a Ensure that the JIT's locals don't get GC'ed il y a 8 ans
  jonathanvdc c31903f330 Create interpreter, baseline JIT perf tests il y a 8 ans
  jonathanvdc 42b984af2b Stop emitting whitespace for dictionary definitions in codegen il y a 8 ans
  jonathanvdc 37dd973b33 Define JIT primitives il y a 8 ans
  jonathanvdc 0c2589b938 Define 'run_perf_test' in 'performance/utils.py' il y a 8 ans
  jonathanvdc 1c9127f99c Comment out 'PO' performance tests il y a 8 ans
  jonathanvdc d145513ba5 Make the JIT insert nops il y a 8 ans
  jonathanvdc 28931918bf Rename 'performance/test_{create_matrix->matrix_create}.py', add a Gauss-Jordan perf test il y a 8 ans
  jonathanvdc a3ba9acc3d Make 'log' an intrinsic il y a 8 ans
  jonathanvdc 3bc4bde236 Make 'time' an intrinsic il y a 8 ans
  jonathanvdc 76dfa0e596 Turn a bunch of cast operations into intrinsics il y a 8 ans
  jonathanvdc f5c1774364 Add a matrix creation test il y a 8 ans
  jonathanvdc a953e922f0 Define a fibonacci perf test il y a 8 ans
  jonathanvdc 1e0ae6cb7e Nitpick a comment il y a 8 ans
  jonathanvdc f8c397035a Create a utils.py for performance tests il y a 8 ans
  jonathanvdc 6a11d48d07 Simplify getFreePort() in integration/utils.py il y a 8 ans
  jonathanvdc ce012ab2db Fix inaccurate comment il y a 8 ans
  jonathanvdc 390be45d82 Optimize calls in tail position to tail call instructions il y a 8 ans
  jonathanvdc 3b93bc577a Remove unnecessary restriction in PythonGenerator.append_state_definition il y a 8 ans
  jonathanvdc a1bc2ba493 Change a docstring il y a 8 ans
  jonathanvdc 36faf93d7b Fix an exception handling bug in the JIT runtime il y a 8 ans
  jonathanvdc 012ab77bd7 Edit jitted code error message about unresolved globals for consistency with interpreter il y a 8 ans
  jonathanvdc df2d8f5444 Fix an exception handling bug il y a 8 ans
  jonathanvdc 5ebcbd6e4c Add a switch to compile 'input' instructions as calls il y a 8 ans