Directory c_runtime/meta/gc/

Directory Created:
2011-12-14 10:33
Directory Deleted:
2012-02-23 08:08
Total Files:
0
Deleted Files:
10
Lines of Code:
0

[root]/c_runtime/meta/gc

Lines of Code

c_runtime/meta/gc/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 32 (100.0%) 4259 (100.0%) 133.0
adrpo 22 (68.8%) 3732 (87.6%) 169.6
sjoelund.se 10 (31.3%) 527 (12.4%) 52.7

Most Recent Commits

adrpo 2012-02-23 08:08 Rev.: 11174

- GOT RID OF the old trunk/c_runtime and old templates SimCodeC.tpl/SimCodeFMU.tpl
- HIGHLY RECOMMENDED make clean
- renamed SimCodeXXX.tpl CodegenXXX.tpl
- merged the needed things from SimCodeC.tpl into CodegenQSS.tpl.
- all tests except the usual mishaps go.
- targeted all trunk/c_runtime references used in
Makefiles / C (Qt OMPlot) / Other files to their SimulationRuntime/ counterparts.

0 lines of code changed in 10 files:

  • c_runtime/meta/gc: common.c (del), common.h (del), gc.c (del), gc.h (del), generational.c (del), generational.h (del), marksweep.c (del), marksweep.h (del), roots.c (del), roots.h (del)
adrpo 2012-01-30 11:33 Rev.: 10978

- add a prototype for void *mmc_alloc_bytes(unsigned nbytes);

1 lines of code changed in 1 file:

  • c_runtime/meta/gc: gc.h (+1)
adrpo 2012-01-30 06:54 Rev.: 10976

- port the changes to meta and GC to the new runtime.
not on yet and not all changes added.
- some fixes to linking for FMI on windows
- do not set the x=x before tailcall.
- fixes to the new runtime to be able to compile using VS
- use the safe real (union of words).

0 lines of code changed in 1 file:

  • c_runtime/meta/gc: gc.h (-1)
sjoelund.se 2012-01-18 11:02 Rev.: 10918

- Set svn-eol-style on a few files

527 lines of code changed in 10 files:

  • c_runtime/meta/gc: common.c (+1), common.h (+1), gc.c (+48 -47), gc.h (+1), generational.c (+1), generational.h (+1), marksweep.c (+1), marksweep.h (+1), roots.c (+365 -364), roots.h (+107 -106)
adrpo 2011-12-14 10:33 Rev.: 10711

- GOT RID OF ALL ASSIGNMENT TO INPUT FROM THE COMPILER
please run testsuite/bootstrapping/MainTest.mos always before commit!
or the testboot make target (which is the same)
- used the strict double with padding from RML (a union instead of directly the double)
- refactored a bit the GC and added the generational GC (not on yet)
DO NOT PORT IT TO SimulationRuntime/c yet, i'll do it myself later.
- use the old realString for Windows for now
- removed Windows.h include from modelica.h
- stop generating junk in OMDev\tools\mingw\bin (fixes in Compiler/scripts/Compile.bat)
- fixes to some tests
- some fixes so that the bootstrapping works with VS.

3731 lines of code changed in 10 files:

  • c_runtime/meta/gc: common.c (new 646), common.h (new 273), gc.c (new 47), gc.h (new 126), generational.c (new 1320), generational.h (new 112), marksweep.c (new 651), marksweep.h (new 86), roots.c (new 364), roots.h (new 106)
Generated by StatSVN 0.7.0