• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pfalcon / micropython / 1371 / 3
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 29 Sep 2018 05:53PM UTC
Files 238
Run time 12s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

29 Sep 2018 01:25PM UTC coverage: 98.023% (-0.04%) from 98.061%
NAME="unix coverage build and tests"

push

travis-ci

dpgeorge
py/vm: When VM raises exception put exc obj at beginning of func state.

Instead of at end of state, n_state - 1.  It was originally (way back in
v1.0) put at the end of the state because the VM didn't have a pointer to
the start.  But now that the VM takes a mp_code_state_t pointer it does
have a pointer to the start of the state so can put the exception object
there.

This commit saves about 30 bytes of code on all architectures, and, more
importantly, reduces C-stack usage by a couple of words (8 bytes on Thumb2
and 16 bytes on x86-64) for every (non-generator) call of a bytecode
function because fun_bc_call no longer needs to remember the n_state
variable.

18097 of 18462 relevant lines covered (98.02%)

333529.12 hits per line

Source Files on job 1371.3 (NAME="unix coverage build and tests")
  • Tree
  • List 0
  • Changed 75
  • Source Changed 22
  • Coverage Changed 74
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1348
  • Travis Job 1371.3
  • d95947b4 on github
  • Prev Job for NAME="unix coverage build and tests" on master (#1363.3)
  • Next Job for NAME="unix coverage build and tests" on master (#1379.3)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc