On 22.09.2014 01:37, Drew DeVault wrote:

> We would also like to refactor out
> the C++ code (and with it, the boost requirement), […]

Easy: Remove everything that uses tree decompositions; Remove the new
register allocator (the old one is still there, for --oldralloc), remove
lospre (GCSE is still there and done in addition tolospre anyway),
remove bank selection instruction placement (AFAIR there is a fall back
written in C).
This should remove any use of C++ and boost. The removed parts are just
some optimizations, so sdcc will still work. You will pay a price in
code size and speed though.

Philipp


Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to