Collin Fair
Collin Fair
I've corrected the errors on CI. Regarding "diagnose memory-usage problems": The most common use case for this feature would be "I want to reduce memory usage/I just ran out of...
It was due to the issue of maintenance that I decided to generalize the GC logic rather than duplicate it - those functions are already quite long and tedious, so...
In the case of inlining functions to eliminate dead code and unused args, I have checked and confirmed the desired behaviour on GCC 7.3.1 when cross-compiling to ARM + any...
Any solution that adds indirection to the GC codepath will slow it down. In my measurements this was up to a 25% slowdown in regular GC runs (a result valid...
The 25% slowdown was measured before I implemented the inlining seen in this PR. One could replicate it by taking this PR and dropping the `inline`/`JERRY_ATTR_ALWAYS_INLINE` attributes I added in...
If I understand it correctly, that suggestion adds runtime overhead due to the additional branching to check for the struct pointer's NULL-ness during the traversal. Branch prediction would mitigate this...
This isn't so much a bug, but missing functionality. tapiriik has code to write FIT files, but not to read them - so it can't do anything with raw FIT...
TrainingPeaks interaction takes place over PWX, so yes, if you load FIT files into TP, they will appear as GPX/TCX in Dropbox (if they contain sensor data).
Well, as you can see I stopped working on MMF a while ago - but feel free to get this branch up to speed again!
@bculberson was taking a look at this, last I heard.