felixf
|
4eed5a1062
Revived the fox tester and patched initial bugs (recursion problem in reflection)
|
9 år sedan |
felixf
|
3c00209322
Enabled separate imports / separate compilation of cells within a module (TRM / ARM / AMD separation)
|
9 år sedan |
felixf
|
777c52102c
Added procedure flags (such as Constructor)
|
9 år sedan |
skoster
|
6e1f768b67
Felix fixed a bug where initializers sometimes pushed the wrong frame pointer. Semidynamic port arrays in Active Cells now work again.
|
9 år sedan |
felixf
|
1ca5839471
No GC meta data for exit procedures
|
9 år sedan |
felixf
|
2e8032c62b
Made precise GC optional (for platforms that are not (yet) prepared for this)
|
9 år sedan |
felixf
|
a21b1b59ec
Minor corrections.
|
9 år sedan |
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 år sedan |
felixf
|
8a4342849c
Added self pointer for precise GC
|
9 år sedan |
felixf
|
d4803772e4
Patched bug for profiler instrumentation
|
9 år sedan |
felixf
|
8a0d7586e9
Simplified data structures for precise garbage collection again.
|
9 år sedan |
felixf
|
9aed3c6575
First version with a working precise GC -- contains lots of debug tracing
|
9 år sedan |
skoster
|
8970d4bd88
Tiny bugix in the IntermediateBackend. compiling with --cellsAreObjects works now
|
9 år sedan |
felixf
|
420ffbc4c9
Patched runtime calls to Synchronisation
|
9 år sedan |
felixf
|
bd78335e20
Small but important issues: compiler can compile itself with GC metadata enabled now
|
9 år sedan |
felixf
|
7ca7d79583
added procedure descriptor pointers --> precise GC knows pointers on stack
|
9 år sedan |
felixf
|
da64740c2a
Preparations for precise GC --> procedureDescriptors will be tagged pointers at EBP.
|
9 år sedan |
felixf
|
2e2984ce9f
Minor patches -- on the way to the precise GC
|
9 år sedan |
felixf
|
1019051408
improved reflection (consistency) added module as a symbol
|
9 år sedan |
felixf
|
4de38c56a4
Simplified format (unification of parameters and variables)
|
9 år sedan |
felixf
|
1d4706cb43
Improced reflection (parameters part 1)
|
9 år sedan |
felixf
|
8bd804556b
Simplified
|
9 år sedan |
felixf
|
95a6a8701a
Reworked reflection - modification to the compiler (Generic metadata generator) and Reflection module
|
9 år sedan |
felixf
|
95c4418ad1
more compact representation of procedure descriptors in modules, will replace the non heuristic GC soon
|
9 år sedan |
felixf
|
ff8387b932
minor issue: avoid allocation of lots of memory during compilation due to commenting
|
9 år sedan |
felixf
|
90a6fa8342
improved reflection: can deal with global vars again
|
9 år sedan |
felixf
|
7a241ae73e
added field to protect module internal data structures from being GCed. Important for modules in the kernel.
|
9 år sedan |
felixf
|
a52b00c3cc
Patched a bug with WINAPI calls. Callee should cleanup!
|
9 år sedan |
felixf
|
2f4a13a074
Experimental "fictive" fields for better high-level expressiveness of low-level heap data structures -- might become very handy for device drivers but should better never be used in normal programming (allows, in principle, to implement unions)
|
9 år sedan |
felixf
|
c7a29aa6d3
patched register release issue
|
9 år sedan |