|
Dave writes: Last month was mostly spent doing a second big refactor of ExtUtils::ParseXS. My previous refactor converted the parser to assemble each XSUB into an Abstract Syntax Tree and only then emit the C code for it This new work extends that so that the whole XS file is now one big AST, and the C code is only generated once all parsing is complete. As well as fixing ... read more |
|
Nicholas Clark writes: gcc 4.8.0 was released on 22nd March. This version of gcc has integrated Address Sanitizer, a Google project to provide a fast runtime heap and stack validation tool. I set it off building gcc from source, which pleasingly worked first time on the system I chose for the task. In turn blead built with it without problems, which is good in itself, and a known good starting ... read more |