Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 29691607: Issue 6365 - dispose v8::Isolate with a long enough delay (Closed)

Created:
Feb. 7, 2018, 2:26 p.m. by sergei
Modified:
Feb. 7, 2018, 3:02 p.m.
Reviewers:
anton, hub, Oleksandr
Base URL:
https://github.com/adblockplus/libadblockplus.git
Visibility:
Public.

Description

# It's based on git:a34532c2f3f9132b0bf0be48f221d3679d146581 # I didn't manage to compile V8 BTW because I don't have such old g++ for present.

Patch Set 1 #

Total comments: 2

Patch Set 2 : fix coding style #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -1 line) Patch
M src/JsEngine.cpp View 1 1 chunk +7 lines, -1 line 0 comments Download

Messages

Total messages: 4
sergei
As discussed in IRC it's a very dirty hack but it should be good enough ...
Feb. 7, 2018, 2:29 p.m. (2018-02-07 14:29:33 UTC) #1
anton
https://codereview.adblockplus.org/29691607/diff/29691608/src/JsEngine.cpp File src/JsEngine.cpp (right): https://codereview.adblockplus.org/29691607/diff/29691608/src/JsEngine.cpp#newcode89 src/JsEngine.cpp:89: std::thread([capturedIsolatePtr]{ shouldn't `{`it be on the next line?
Feb. 7, 2018, 2:43 p.m. (2018-02-07 14:43:13 UTC) #2
sergei
https://codereview.adblockplus.org/29691607/diff/29691608/src/JsEngine.cpp File src/JsEngine.cpp (right): https://codereview.adblockplus.org/29691607/diff/29691608/src/JsEngine.cpp#newcode89 src/JsEngine.cpp:89: std::thread([capturedIsolatePtr]{ On 2018/02/07 14:43:12, anton wrote: > shouldn't `{`it ...
Feb. 7, 2018, 2:54 p.m. (2018-02-07 14:54:20 UTC) #3
anton
Feb. 7, 2018, 2:55 p.m. (2018-02-07 14:55:11 UTC) #4
On 2018/02/07 14:54:20, sergei wrote:
> https://codereview.adblockplus.org/29691607/diff/29691608/src/JsEngine.cpp
> File src/JsEngine.cpp (right):
> 
>
https://codereview.adblockplus.org/29691607/diff/29691608/src/JsEngine.cpp#ne...
> src/JsEngine.cpp:89: std::thread([capturedIsolatePtr]{
> On 2018/02/07 14:43:12, anton wrote:
> > shouldn't  `{`it be on the next line?
> 
> Done.

LGTM

Powered by Google App Engine
This is Rietveld