Commit History

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