X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=TODO;h=7d6ba406ed2365122dc213cb8b30da257f582db2;hb=cd769b966b7c76725aa12fd1904e6724b9baad94;hp=cac87b00f6ef20131e16db9e5e7eac7c3b451785;hpb=8a861f5507a1a11b7458e947b2cfcd52458d2879;p=pintos-anon diff --git a/TODO b/TODO index cac87b0..7d6ba40 100644 --- a/TODO +++ b/TODO @@ -16,6 +16,12 @@ via Godmar Back: * hash_destroy() should take function arg. +* Make backtrace program accept multiple object file arguments, + e.g. add -u option to allow backtracing user program also. + +* VM projects do not use enough memory to force eviction. + Should reduce user limit or increase memory consumption. +