Skip to content

Commit

Permalink
core.engine: jit.tracebarrier() after each app callback too
Browse files Browse the repository at this point in the history
  • Loading branch information
lukego committed Nov 5, 2017
1 parent bfc8612 commit e8c0808
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/app.lua
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ function with_restart (app, method)
else
status, result = true, method(app)
end
jit.tracebarrier()
return status, result
end

Expand Down

0 comments on commit e8c0808

Please sign in to comment.