aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/scan.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix indentation of second clause of license.Gareth Rees2020-08-301-3/+3
* Use https: instead of http: when linking to the ravenbrook web site.Gareth Rees2020-08-301-1/+1
* Publish licence updates in code directory.Peter Jackson2020-06-111-34/+21
* Fixing build on w3i6mv.Richard Brooksby2016-03-051-0/+8
* Reducing redundant code after examining output of clang on mps_scan_area.Richard Brooksby2016-03-021-38/+26
* Eliminating closure_size from area scanners and root registration functions, ...Richard Brooksby2016-03-011-8/+4
* Removing assumption that area scanners take pointers to words. the client is...Richard Brooksby2016-03-011-6/+6
* Renaming variable _p to p, as it was left over from an earlier name clash by ...Richard Brooksby2016-02-181-5/+5
* Explaining why code in scan.c is written outside the mps interface.Richard Brooksby2016-02-181-1/+5
* Reducing the number of root union variants using a nested union. detabifying.Richard Brooksby2016-02-161-13/+13
* Documenting thread root registration functions.Richard Brooksby2016-02-161-0/+1
* Lifting and generalising area scanners to allow flexible tagging schemes.Richard Brooksby2016-02-151-0/+190