Historial de Commits

Autor SHA1 Mensaje Fecha
  negelef 72406ae9e0 Unified whitespace hace 6 años
  negelef 38473b9849 Removed end-of-line whitespace in all modules hace 6 años
  eth.morozova 70e4c5c2ad fof removed SELF pointers from the list of pointers for the GC (as constant references they do not need to be traced and for records it is even wrong) hace 6 años
  negelef 85631b981d Fixed missing symbol which resulted in wrong fingerprint hace 6 años
  negelef c5e4265633 Fixed remaining cases of invalid context switching hace 6 años
  negelef 5a312a221d Fixed CAS in non-cooperative case hace 6 años
  negelef 222eab66b0 Fixed context switching during assign and reset method creation hace 6 años
  negelef 139d6f9125 Fixed export of meta section hace 6 años
  negelef 8466e5744e Fixed fingerprint width hace 6 años
  negelef f7dd7cdb70 Added support for 64-bit fingerprints hace 6 años
  negelef 13165423e7 Add proper type definition for fingerprint values hace 6 años
  negelef bb1f91b67a Unified spelling hace 6 años
  felixf e72d61944b Patched compatibility problem hace 6 años
  felixf 955439151b proper inlining support (not yet finished -- disabled for the time being) hace 6 años
  negelef 453b5d18b8 Push immediate as descriptor of callback procedures (C-calling convention) hace 6 años
  negelef 41669785ad Added support for explicitly ignoring the return value of procedure calls by prefixing them with the new IGNORE keyword hace 6 años
  felixf e703a7f865 made initial and final section "nopaf" hace 6 años
  felixf 1aab642d53 patched problem with returning string as static array of char hace 6 años
  felixf 695ecefe16 reactivated index operators on objects hace 6 años
  felixf 75be76ce1c simplifications: removed array structured object types completely hace 6 años
  negelef dc401dde1a Disable precice GC when using simple meta data hace 6 años
  felixf 946ee31f28 fist working version for dynamic calls within methods in record scope (Oberon2 style) hace 6 años
  felixf 1529e958fe allocate register after evaluation for condition to value (otherwise unused register may be stored on stack, which leads to problems with backend) hace 6 años
  felixf 5cb9489c65 removed redundant branches hace 6 años
  felixf b494321b9f Treat resolved field (--> constant folding of conditions) hace 6 años
  felixf a3039c0fa2 removed "conditional" state and made conditions explicit hace 6 años
  negelef d395d7f414 Do not omit type descriptor when allocating plain pointer types hace 6 años
  negelef f2c3a699ae Fixed offset of last variable hace 6 años
  negelef 2de611d694 Fixed stack size for procedures containing external variables hace 6 años
  negelef 1d672e64a8 Fixed repeated type tests in cooperative cases hace 6 años