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

Issue 6713004: Shorten bail out checks when calling code which can fail. (Closed)

Created:
9 years, 9 months ago by antonm
Modified:
9 years, 4 months ago
CC:
v8-dev
Visibility:
Public.

Description

Shorten bail out checks when calling code which can fail. Committed: http://code.google.com/p/v8/source/detail?r=7303

Patch Set 1 #

Patch Set 2 : Next round #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -138 lines) Patch
M src/arm/stub-cache-arm.cc View 1 12 chunks +24 lines, -46 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 12 chunks +24 lines, -48 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 11 chunks +22 lines, -44 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
antonm
Mads, stupid cleanup change. I am not sure macro is that good---people will forget to ...
9 years, 9 months ago (2011-03-17 18:11:41 UTC) #1
Mads Ager (chromium)
I don't like replacing this with a macro much. The code as is is not ...
9 years, 9 months ago (2011-03-21 07:36:51 UTC) #2
antonm
As discussed on IM, just shorten miss branch generation sequence.
9 years, 9 months ago (2011-03-21 21:13:18 UTC) #3
Mads Ager (chromium)
9 years, 9 months ago (2011-03-22 06:50:42 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698