Eric R. Smith

Results 42 comments of Eric R. Smith

ORGH is used now for volatile but not cogexec inline ASM. Still need to look at a warning for CORDIC optimizations though.

That's a good idea, thanks!

I'm not sure SKIPF will be as helpful any more, since the conditional execution changes to make that more aggressive.

No, it will probably be a while before it can be fixed. For now continue to use the work-around.

This actually does work now, but the generated code is poor, so I'm leaving it open for optimization.

The output is at least correct now, and various optimization improvements over the years have helped with the poor code. The generated code can still be pretty meh sometimes, but...

This will be fairly complicated (the preprocessor is separate from the main compiler, and there are two different preprocessors used by different languages). So it's going to have to wait.

-f does print included files now (except for standard system files included in C with a style syntax).

Just to clarify: this becomes an issue if the __builtin_alloca() is itself inside an expression being passed as a parameter. In general __builtin_alloca() should work even inside functions that use...