Historique des commits

Auteur SHA1 Message Date
  felixf 927d81e812 application exit il y a 7 ans
  felixf 54c8667096 Improved behavior when traps (reason string) il y a 8 ans
  felixf 6480111191 Added module.flags (in order to know about compilation flags at runtime, as for example metadata presence for the garbage collector) il y a 8 ans
  felixf 7e048c1afd Added module name to be visible when tracing (for debugging) il y a 8 ans
  felixf 8738a9d6c1 Minor il y a 8 ans
  felixf 44eafb4a38 Added required check il y a 8 ans
  skoster c74e1f91e1 Check for empty code section in module termination handler il y a 8 ans
  felixf cf21db4d09 Silent boot (for stdio shell version) il y a 8 ans
  felixf 860ed5f3a3 Removed some debug tracing il y a 8 ans
  felixf 97c2623cc4 Module loading works with Linux32G il y a 8 ans
  felixf c8b04cfd51 Made system completely linkable: modules linked into the kernel can be "loaded" on demand (Modules.This finds them in the register list) il y a 9 ans
  felixf 8a0d7586e9 Simplified data structures for precise garbage collection again. il y a 9 ans
  felixf 15c6c26358 Merged recent changes to coop version il y a 9 ans
  felixf 8bd804556b Simplified il y a 9 ans
  felixf 95a6a8701a Reworked reflection - modification to the compiler (Generic metadata generator) and Reflection module il y a 9 ans
  felixf 95c4418ad1 more compact representation of procedure descriptors in modules, will replace the non heuristic GC soon il y a 9 ans
  felixf 31c9394a57 Patched an issue with the GC: modules were - for a very short moment - not protected when being returned from the Generic loader. il y a 9 ans
  felixf 7a241ae73e added field to protect module internal data structures from being GCed. Important for modules in the kernel. il y a 9 ans
  felixf 5062f3efbf Interpreter can handle constructors il y a 9 ans
  felixf d10e8e725a Added find in all object scopes (type and supertype) il y a 9 ans
  felixf a7d53a4eac Work on the interpreter using reflection support. (Unlimited and yet dangerous) access to global variables and fields available. il y a 9 ans
  felixf e02fb52fbf added reflection info for global procedures and variables il y a 9 ans
  eth.morozova a6ce003157 sue of NOPAF is required for INITIAL and FINAL calls il y a 9 ans
  eth.morozova 5306dbd529 do not use TRACE to avoid implicit import of KernelLog - makes a problem while building the release il y a 9 ans
  felixf 7da2eb96a5 Changes for EFI -- much is full of traces, state is yet to be considered experimental. il y a 9 ans
  felixf 9802c8ed33 Preliminary patches for EFI 64-bit. Alignment issues require further consideration. il y a 9 ans
  felixf 0c548c331c Started with support for reflection il y a 9 ans
  eth.morozova f70ed14610 removed duplicated call to Modules.Initialize in Modules.ThisModule; il y a 9 ans
  eth.tmartiel 16deee6b59 Fixed module registering: imported modules are now removed from the register list before calling Initialize0 on them. il y a 9 ans
  felixf 3d34517a30 Minor patches for command line compiler il y a 9 ans