Commit History

Author SHA1 Message Date
  jonathanvdc a322c1c039 Define bytecode_to_cfg.py skeleton 8 years ago
  jonathanvdc cede1166a7 Define more CFG instructions 8 years ago
  jonathanvdc 6e7277b0c6 Define function calls in cfg_ir.py 8 years ago
  jonathanvdc bc849a18bc Add more __str__ overrides to cfg_ir.py 8 years ago
  jonathanvdc a41240380f Create some CFG-IR prototype data structures 8 years ago
  jonathanvdc ef70578510 Remove redundant '--kernel=baseline-jit' option 8 years ago
  jonathanvdc ddf162c025 Rename 'user_root' to 'task_root' 8 years ago
  jonathanvdc 79860af948 Merge remote-tracking branch 'yentl/master' into jit 8 years ago
  jonathanvdc f134ef441d Test performance of no-thunks baseline JIT 8 years ago
  jonathanvdc 7679725903 Accept a comma-delimited list of kernel options in the server 8 years ago
  jonathanvdc 18a7dc7f61 Use thunks in the JIT 8 years ago
  jonathanvdc 7324bf738d Fix a bug in bytecode-to-tree tranformation 8 years ago
  jonathanvdc 6c11fe3123 Add theoretical support for thunks to the JIT 8 years ago
  jonathanvdc 4b20cd2d24 Define interpret_function_body in the JIT runtime 8 years ago
  jonathanvdc cadc7c9226 Factor jit_define_function out of jit_recompile 8 years ago
  jonathanvdc 75b93b4246 Factor out create_function from jit_recompile 8 years ago
  jonathanvdc 2bcaa5a199 Refactor jit_compile into three functions 8 years ago
  jonathanvdc 7a2df5436a Map global names to body ids in the JIT instead of the kernel 8 years ago
  jonathanvdc 95525acbec Parse bytecode graphs before tree construction in the JIT 8 years ago
  jonathanvdc 6fecb551fa Fix a couple of bugs in the bytecode parser 8 years ago
  jonathanvdc 481628d8d1 Create a bytecode IR parser 8 years ago
  jonathanvdc 60d3dfe3f5 Define a high-level bytecode IR 8 years ago
  Yentl Van Tendeloo beab1ef1ce Fix test for removed file 8 years ago
  Yentl Van Tendeloo b2f0bc0469 Naively changed user to task in all files 8 years ago
  Yentl Van Tendeloo d433142958 Fixed other_user_id bug in group_owner_* operations as well 8 years ago
  Yentl Van Tendeloo 217ed7c27f Fixed problem with MvC: group_kick and group_join were on self instead of other user 8 years ago
  Yentl Van Tendeloo 52354492d1 Added larger Petri Net simulation test, which has a lot of 8 years ago
  Yentl Van Tendeloo 9816096dee Fixed some tests for new break/continue 8 years ago
  Yentl Van Tendeloo b337121f28 Merge branch 'jit' of msdl.uantwerpen.be:jonathanvdc/modelverse into yentl 8 years ago
  Yentl Van Tendeloo 92e3bfd915 Use the JIT by default, even in the tests 8 years ago