Historie revizí

Autor SHA1 Zpráva Datum
  felixf 56531b8d00 Double checked untrace of temporary variables, documented před 8 roky
  felixf 5b2a701819 Detetcetd anpther inaccuracy with pointers on the stack -- temporary variables pointing to existing memory on the stack should not be pointers. před 8 roky
  felixf 0710c9e402 Make sure that precise GC does not run into false pointers (Compiler part) před 8 roky
  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. před 8 roky
  felixf c6fbbcb44b Slightly better diagnostics před 8 roky
  felixf 2f4233d761 Patched push order of array dimensions před 8 roky
  felixf f06b2e9308 Massive simplification of math array allocation před 8 roky
  skoster 3d889aa777 Return from assembly procedure now properly deals with header před 8 roky
  felixf 3b09d8935e removed an annoying warning. před 8 roky
  skoster 3a250c7b9a Fixed unnecessary dereference on cell types před 8 roky
  felixf 1fc9dac2e3 Recursion problems solved: Support of value typed objects complete. před 8 roky
  felixf c982c62f41 revert optimistaion of plus před 8 roky
  felixf f2685ee758 Small improvement for inlining před 8 roky
  felixf 6432b56704 Patch for coop A2 před 8 roky
  felixf 5ec9ea5c5a Patches to make the cooperative Kernel (RPI / AMD) compile. před 8 roky
  felixf 1f5cb8d25b Patched fingerprinting issues před 8 roky
  felixf 4a3c451f48 Variable check for receiver před 8 roky
  felixf edec6f73ec Value-Type Semantics: experimental Oberon-2 integration před 8 roky
  felixf 2aebb9f0d5 Allow for RESULT designator in inline procedures před 8 roky
  felixf 33afff39c3 Patched issues with return in inlined code. před 8 roky
  felixf 279f5272e6 Improvements -- register allocations still unclear před 8 roky
  felixf e0d592eb73 Inline call in inline call partially working před 8 roky
  felixf bb412d231b Allowed Oberon inline accross module boundaries před 8 roky
  felixf ea53d1158d Debugging inline calles: use result designator in inline calls před 8 roky
  felixf bcb1f961ba Minimal improvement - not yet working for complex return type in inlined procedure před 8 roky
  felixf 5f1feac53d Added test for property compatibility před 8 roky
  felixf 5bf7bac9fa Patched bug with dynamic strings passed as string property před 8 roky
  felixf 00ed9dce72 Corrected interrupt calling convention před 8 roky
  felixf 346d08fece Patched issue with initialization of static arrays před 8 roky
  felixf 6849ac77e4 Improved error handling: line/column position now available everywhere před 8 roky