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

tarantool / tarantool / 23849
83%
master: 88%

Build:
Build:
LAST BUILD BRANCH: recovery-point-manager-prepare
DEFAULT BRANCH: master
Ran 29 Jul 2020 02:08PM UTC
Jobs 1
Files 306
Run time 1min
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 Jul 2020 01:40PM UTC coverage: 82.683% (-0.02%) from 82.7%
23849

push

travis-ci

kyukhin
lua/utils: improve luaT_newthread performance

<luaT_newthread> created a new GCfunc object for the helper invoked in a
protected <lua_cpcall> frame (i.e. <luaT_newthread_wrapper>) on each
call. The change introduces a static reference to a GCfunc object for
<luaT_newthread_wrapper> to be initialized on Tarantool startup to
reduce Lua GC memory usage.

Furthermore, since <lua_cpcall> yields nothing on guest stack, the newly
created Lua coroutine need to be pushed back to prevent its sweep. So to
reduce guest stack manipulations <lua_cpcall> is replaced with
<lua_pcall> and the resulting Lua thread is obtained via guest stack.

Part of #5201

Reviewed-by: Sergey Ostanevich <sergos@tarantool.org>
Reviewed-by: Vladislav Shpilevoy <v.shpilevoy@tarantool.org>
Signed-off-by: Igor Munkin <imun@tarantool.org>

14 of 14 new or added lines in 1 file covered. (100.0%)

42084 of 50898 relevant lines covered (82.68%)

941914.81 hits per line

Jobs
ID Job ID Ran Files Coverage
3 23849.3 (TARGET=coverage) 29 Jul 2020 02:08PM UTC 0
82.68
Travis Job 23849.3
Source Files on build 23849
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #23849
  • 49cf90a8 on github
  • Prev Build on 1.10 (#23831)
  • Next Build on 1.10 (#23986)
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