Histórico de Commits

Autor SHA1 Mensagem Data
  felixf 69c6db7586 Patched Trace of String parameters há 8 anos atrás
  felixf af0440943f reintroduced generic implementations lock field (used by LinuxG) há 8 anos atrás
  felixf b8c1d0413b Patched bug when port type was used for type declaration há 8 anos atrás
  felixf d93acca959 Patched issues with array of system.byte (Release did not compile) há 8 anos atrás
  felixf 7483ceffe9 Patched passing of 3 (or more) dimensional arrays with missing dimensions (address had been computed wrongly, missing multiplication by lengths) há 8 anos atrás
  felixf e5f1a046cd Patched passing of variables, values and expressions as array of byte há 8 anos atrás
  felixf e43c1c52b1 Corrected behavior of passing values to array of system.byte há 8 anos atrás
  felixf 0dd24a6b79 Costant folding for math array allocation (optimization) há 8 anos atrás
  felixf ce03645543 Improved register usage for NEW(array) há 9 anos atrás
  felixf 1bf2ab366a Removed optimizations from frontend that should rather be done in backend há 9 anos atrás
  felixf a3d159abe8 Added optimization: replace mul / div by shift if possible há 9 anos atrás
  felixf 86473011be Patched return from a generated initializer (ran into problems when returning from initializer on ARM) há 9 anos atrás
  felixf ea5edecbe9 Patched length check for statically sized parameter arrays há 9 anos atrás
  felixf 4eed5a1062 Revived the fox tester and patched initial bugs (recursion problem in reflection) há 9 anos atrás
  felixf 3c00209322 Enabled separate imports / separate compilation of cells within a module (TRM / ARM / AMD separation) há 9 anos atrás
  felixf 777c52102c Added procedure flags (such as Constructor) há 9 anos atrás
  skoster 6e1f768b67 Felix fixed a bug where initializers sometimes pushed the wrong frame pointer. Semidynamic port arrays in Active Cells now work again. há 9 anos atrás
  felixf 1ca5839471 No GC meta data for exit procedures há 9 anos atrás
  felixf 2e8032c62b Made precise GC optional (for platforms that are not (yet) prepared for this) há 9 anos atrás
  felixf a21b1b59ec Minor corrections. há 9 anos atrás
  skoster b258bbbd8c Fixed the way the self pointer is pushed in function calls. This fixes a bug that broke channel instantiation in active cells. há 9 anos atrás
  felixf 8a4342849c Added self pointer for precise GC há 9 anos atrás
  felixf d4803772e4 Patched bug for profiler instrumentation há 9 anos atrás
  felixf 8a0d7586e9 Simplified data structures for precise garbage collection again. há 9 anos atrás
  felixf 9aed3c6575 First version with a working precise GC -- contains lots of debug tracing há 9 anos atrás
  skoster 8970d4bd88 Tiny bugix in the IntermediateBackend. compiling with --cellsAreObjects works now há 9 anos atrás
  felixf 420ffbc4c9 Patched runtime calls to Synchronisation há 9 anos atrás
  felixf bd78335e20 Small but important issues: compiler can compile itself with GC metadata enabled now há 9 anos atrás
  felixf 7ca7d79583 added procedure descriptor pointers --> precise GC knows pointers on stack há 9 anos atrás
  felixf da64740c2a Preparations for precise GC --> procedureDescriptors will be tagged pointers at EBP. há 9 anos atrás