tock-mirror/backends
Neil Brown ca332a0925 Changed the asm-analysis to only generate stack-sizes for PROCs, and not non-PROCs or external PROCs
This just about works, but it allocates the usual 512 bytes for all external PROCs being called, rather than using the actual stack_size for those external PROCs (this causes popcorn to overflow the stack if left with the default 512 bytes)
2009-04-02 20:04:21 +00:00
..
AnalyseAsm.hs Changed the asm-analysis to only generate stack-sizes for PROCs, and not non-PROCs or external PROCs 2009-04-02 20:04:21 +00:00
AnalyseAsmTest.hs In AnalyseAsm, ignore labels that contain "." anywhere. 2008-04-06 15:31:28 +00:00
BackendPasses.hs Made makeNonce use the munged meta-tag, to stop wrapper PROCs from different files having name clashes at link-time 2009-04-02 20:02:11 +00:00
BackendPassesTest.hs A mega-patch that gets tocktest compiling again 2009-03-31 17:56:56 +00:00
GenerateC.hs Changed the asm-analysis to only generate stack-sizes for PROCs, and not non-PROCs or external PROCs 2009-04-02 20:04:21 +00:00
GenerateCBased.hs Added code to put static before every identifier that is not being exported, to avoid collisions between occam files 2009-04-01 19:50:15 +00:00
GenerateCPPCSP.hs Made makeNonce use the munged meta-tag, to stop wrapper PROCs from different files having name clashes at link-time 2009-04-02 20:02:11 +00:00
GenerateCTest.hs Fixed the C tests to compile again after the most recent changes 2009-04-01 19:58:47 +00:00
TLP.hs Add kyb as another possible name for the keyboard channel. 2009-03-21 15:22:58 +00:00