projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
ac9d55d
)
opt: complete coverage, enhance opt_free_table.
author
Rusty Russell
<rusty@rustcorp.com.au>
Sun, 14 Aug 2011 01:04:44 +0000
(10:34 +0930)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Sun, 14 Aug 2011 01:04:44 +0000
(10:34 +0930)
No point checking malloc failure in usage(), since we don't elsewhere.
We get 100% coverage with -O (due to code elimination) or 64 bit.
No differences found