Histórico de commits

Autor SHA1 Mensagem Data
  Yentl Van Tendeloo f2ebdbccd2 Fix new JIT to be Python3 compliant 7 anos atrás
  Yentl Van Tendeloo 0de2af5580 Fixed PW tests (updated utils file) 7 anos atrás
  Yentl Van Tendeloo 4dd33101a0 Many optimizations to the request handler and number of calls 7 anos atrás
  Yentl Van Tendeloo 1bce8f0e46 Fix several issues with output; introduce new "FINISH" opcode 7 anos atrás
  Yentl Van Tendeloo c91d6b31a0 Update to use RETURN instead of PrimitiveFinished, but broke everything 7 anos atrás
  Yentl Van Tendeloo b3487abe8f Rewrite request_handler from scratch 7 anos atrás
  Yentl Van Tendeloo 83ab2b3257 Minor optimization of pop_requests 7 anos atrás
  Yentl Van Tendeloo baae540275 Cache body of function and skip execute_jit_internal 7 anos atrás
  Yentl Van Tendeloo 3ba5aed5ab Don't assign id to all returnvalues if potentially not needed 7 anos atrás
  Yentl Van Tendeloo d8ba2bd2a2 Optimize reading the frame for each user upon entry of a function 7 anos atrás
  Yentl Van Tendeloo 313e8f94c1 Optimize accesses to globals: cache for each task individually 7 anos atrás
  Yentl Van Tendeloo db4a2db1a6 Minor movement of code to improve performance slightly 7 anos atrás
  Yentl Van Tendeloo e8099e721d Minor optimization of function calling overhead 7 anos atrás
  Yentl Van Tendeloo 730503e9c0 Bugfixes for compiled functions 7 anos atrás
  Yentl Van Tendeloo 2853bbfdb0 Fixed some broken primitives and added slightly better stack tracing 7 anos atrás
  Yentl Van Tendeloo da193ec130 Remove logging statements for list_insert 7 anos atrás
  Yentl Van Tendeloo 528cf93f65 Ported all compiled functions (untested) and fixed code generation bugs 7 anos atrás
  Yentl Van Tendeloo 6b9987af5d First port to ID/value tuples instead of just IDs 7 anos atrás
  Yentl Van Tendeloo 07169c164a Don't export generated code for now 7 anos atrás
  Yentl Van Tendeloo 4ab3ca9fdf Compress some operations a bit 7 anos atrás
  Yentl Van Tendeloo 0e48e93215 Fixed PM enactment code from set to list (for double enactment of e.g., join) 7 anos atrás
  Yentl Van Tendeloo e510659417 Cleanup and add missing file 7 anos atrás
  Yentl Van Tendeloo fe7fa067be Cleaned out request_handler before major rewrite 7 anos atrás
  Yentl Van Tendeloo 2371f818ad Removed even more code: remove all jit specific folders completely 7 anos atrás
  Yentl Van Tendeloo 76f13745df Remove some more old JIT functions, which were available in the AL 7 anos atrás
  Yentl Van Tendeloo 63ac447911 Removed a lot of old JIT code that is now deprecated 7 anos atrás
  Yentl Van Tendeloo f069f80b3d Optimize for less kwargs accesses 7 anos atrás
  Yentl Van Tendeloo ea557cda92 Store glob when entering function 7 anos atrás
  Yentl Van Tendeloo 505814a284 Fix cleanup error in function calls 7 anos atrás
  Yentl Van Tendeloo 42db8c7ba3 Fixes to JIT, seems to work in basic cases 7 anos atrás