catb0t / tart

Automatically exported from code.google.com/p/tart
0 stars 0 forks source link

Implement static constructors #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The linker should build a table of all static constructors (using the appending 
linkage feature of LLVM). The EntryPoint code should then run all functions in 
this table.

Original issue reported on code.google.com by viri...@gmail.com on 1 Mar 2011 at 8:40

GoogleCodeExporter commented 8 years ago

Original comment by viri...@gmail.com on 1 Mar 2011 at 8:41