Historial de Commits

Autor SHA1 Mensaje Fecha
  felixf 3539a5dc6e Activate Heaps.NewArray hace 8 años
  felixf 3e16489829 Added empty headers in front of type descriptors (in order to stop GC traversing) hace 8 años
  felixf 82231155fb Debugged untracing -- works with test setup now with heavy GC load hace 8 años
  felixf b525383109 Save some temporary variables space hace 8 años
  felixf 56531b8d00 Double checked untrace of temporary variables, documented hace 8 años
  felixf 5b2a701819 Detetcetd anpther inaccuracy with pointers on the stack -- temporary variables pointing to existing memory on the stack should not be pointers. hace 8 años
  felixf 0710c9e402 Make sure that precise GC does not run into false pointers (Compiler part) hace 8 años
  felixf d72a490e82 Identified the GC related bug: pass-by-value parameters (open MathArrays) were copied right before the procedure descriptor was published, thus there was a very short moment where the pointer was not visible to the GC. This explains why the problem occurred so seldomly. Metadata based GC should work again. hace 8 años
  felixf c6fbbcb44b Slightly better diagnostics hace 8 años
  felixf 2f4233d761 Patched push order of array dimensions hace 8 años
  felixf f06b2e9308 Massive simplification of math array allocation hace 8 años
  skoster 3d889aa777 Return from assembly procedure now properly deals with header hace 8 años
  felixf 3b09d8935e removed an annoying warning. hace 8 años
  skoster 3a250c7b9a Fixed unnecessary dereference on cell types hace 8 años
  felixf 1fc9dac2e3 Recursion problems solved: Support of value typed objects complete. hace 8 años
  felixf c982c62f41 revert optimistaion of plus hace 8 años
  felixf f2685ee758 Small improvement for inlining hace 8 años
  felixf 6432b56704 Patch for coop A2 hace 8 años
  felixf 5ec9ea5c5a Patches to make the cooperative Kernel (RPI / AMD) compile. hace 8 años
  felixf 1f5cb8d25b Patched fingerprinting issues hace 8 años
  felixf 4a3c451f48 Variable check for receiver hace 8 años
  felixf edec6f73ec Value-Type Semantics: experimental Oberon-2 integration hace 8 años
  felixf 2aebb9f0d5 Allow for RESULT designator in inline procedures hace 8 años
  felixf 33afff39c3 Patched issues with return in inlined code. hace 8 años
  felixf 279f5272e6 Improvements -- register allocations still unclear hace 8 años
  felixf e0d592eb73 Inline call in inline call partially working hace 8 años
  felixf bb412d231b Allowed Oberon inline accross module boundaries hace 8 años
  felixf ea53d1158d Debugging inline calles: use result designator in inline calls hace 8 años
  felixf bcb1f961ba Minimal improvement - not yet working for complex return type in inlined procedure hace 8 años
  felixf 5f1feac53d Added test for property compatibility hace 8 años