uwsampa / accept

an approximate compiler
http://accept.rocks
MIT License
37 stars 14 forks source link

Friendlier optimization log #26

Closed sampsyo closed 10 years ago

sampsyo commented 10 years ago

There are a few relatively easy plumbing improvements that would make the ACCEPT log much easier use.

This would require adding a new logging API that buffers a "stanza" of logging messages along with the source location (file and line number). Later, the log would be dumped out all at once after sorting and splitting.

sampsyo commented 10 years ago

Fixed as of 77875de294548170fe39d490652c18a6ebe12dfb.