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

Issue 13811014: Fix OSR for nested loops. (Closed)

Created:
7 years, 8 months ago by Yang
Modified:
7 years, 8 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : fixed small issue and extended test. #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 22

Patch Set 6 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+451 lines, -372 lines) Patch
M src/arm/deoptimizer-arm.cc View 1 2 3 4 2 chunks +82 lines, -61 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M src/compiler.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M src/deoptimizer.h View 1 2 3 4 5 1 chunk +30 lines, -17 lines 0 comments Download
M src/deoptimizer.cc View 1 2 3 4 5 1 chunk +78 lines, -34 lines 0 comments Download
M src/disassembler.cc View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M src/full-codegen.h View 1 2 3 4 5 5 chunks +12 lines, -7 lines 0 comments Download
M src/full-codegen.cc View 1 2 3 4 5 6 chunks +18 lines, -14 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 2 chunks +0 lines, -35 lines 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 1 2 3 4 5 2 chunks +62 lines, -43 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M src/objects.h View 1 2 3 4 5 3 chunks +8 lines, -12 lines 0 comments Download
M src/objects.cc View 1 2 3 4 5 2 chunks +12 lines, -17 lines 0 comments Download
M src/objects-inl.h View 1 chunk +8 lines, -8 lines 0 comments Download
M src/runtime.cc View 1 2 3 4 5 4 chunks +18 lines, -13 lines 0 comments Download
M src/runtime-profiler.cc View 1 2 3 4 5 2 chunks +11 lines, -10 lines 0 comments Download
M src/x64/builtins-x64.cc View 2 chunks +0 lines, -29 lines 0 comments Download
M src/x64/deoptimizer-x64.cc View 1 2 3 4 5 2 chunks +62 lines, -41 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M test/cctest/test-compiler.cc View 1 chunk +1 line, -1 line 0 comments Download
A + test/mjsunit/regress/regress-2618.js View 1 2 1 chunk +40 lines, -7 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Yang
7 years, 8 months ago (2013-04-09 10:33:34 UTC) #1
Jakob Kummerow
Mostly nits. https://chromiumcodereview.appspot.com/13811014/diff/6003/src/deoptimizer.h File src/deoptimizer.h (right): https://chromiumcodereview.appspot.com/13811014/diff/6003/src/deoptimizer.h#newcode227 src/deoptimizer.h:227: // back to a normal interrupts. nit: ...
7 years, 8 months ago (2013-04-09 17:23:25 UTC) #2
Yang
Nits addressed. LGTY? https://chromiumcodereview.appspot.com/13811014/diff/6003/src/deoptimizer.h File src/deoptimizer.h (right): https://chromiumcodereview.appspot.com/13811014/diff/6003/src/deoptimizer.h#newcode227 src/deoptimizer.h:227: // back to a normal interrupts. ...
7 years, 8 months ago (2013-04-10 08:08:30 UTC) #3
Jakob Kummerow
lgtm
7 years, 8 months ago (2013-04-10 09:14:02 UTC) #4
Yang
7 years, 8 months ago (2013-04-10 09:24:52 UTC) #5
Message was sent while issue was closed.
Committed patchset #6 manually as r14202 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698