Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Issue 326183002: Pass around the current isolate in exception handling code. (Closed)

Created:
6 years, 6 months ago by rmacnak
Modified:
6 years, 6 months ago
Reviewers:
siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Pass around the current isolate in exception handling code. R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=37409

Patch Set 1 #

Patch Set 2 : #

Total comments: 1

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -59 lines) Patch
M runtime/lib/integers.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/bigint_operations.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/code_generator.cc View 2 chunks +9 lines, -6 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 2 3 4 5 3 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/exceptions.h View 1 2 3 1 chunk +4 lines, -2 lines 0 comments Download
M runtime/vm/exceptions.cc View 1 2 3 4 5 6 17 chunks +42 lines, -33 lines 0 comments Download
M runtime/vm/isolate.h View 1 2 3 3 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 4 5 3 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/reusable_handles.h View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
M runtime/vm/stack_frame.h View 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/stack_frame.cc View 1 2 2 chunks +13 lines, -7 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
rmacnak
This CL omits the handle business in StackFrame::FindExceptionHandler. baseline prometheus:dart rmacnak$ dart ParserCombinators.dart ParserCombinators(RunTime): 199197.54545454547 ...
6 years, 6 months ago (2014-06-10 19:57:55 UTC) #1
rmacnak
with reusable handles prometheus:dart rmacnak$ dart ParserCombinators.dart ParserCombinators(RunTime): 163259.5384615385 us. prometheus:dart rmacnak$ dart ParserCombinators.dart ParserCombinators(RunTime): ...
6 years, 6 months ago (2014-06-10 21:05:34 UTC) #2
siva
The isolate parameter LGTM as discussed there is an issue with rethrows which requires the ...
6 years, 6 months ago (2014-06-11 00:04:34 UTC) #3
rmacnak
On 2014/06/11 00:04:34, siva wrote: > The isolate parameter LGTM as discussed there is an ...
6 years, 6 months ago (2014-06-16 19:30:20 UTC) #4
rmacnak
6 years, 6 months ago (2014-06-17 18:17:19 UTC) #5
Message was sent while issue was closed.
Committed patchset #7 manually as r37409.

Powered by Google App Engine
This is Rietveld 408576698