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

Issue 232673003: Introduce DontEmitDebugCodeScope to fix the x64 nosnapshot build. (Closed)

Created:
6 years, 8 months ago by haitao.feng
Modified:
6 years, 8 months ago
CC:
v8-dev
Visibility:
Public.

Description

Introduce DontEmitDebugCodeScope to fix the x64 nosnapshot build. R=yangguo@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=20784

Patch Set 1 #

Patch Set 2 : Introduce NoSmiConstantRegisterUninitializationCheckScope instead of using parameter #

Patch Set 3 : Fix the remaining 3 fails when snapshot=off #

Patch Set 4 : Address Yang's comments #

Patch Set 5 : Introduce DontEmitDebugCodeScope #

Patch Set 6 : Move DontEmitDebugCodeScope into EmitBackEdgeBookkeeping #

Patch Set 7 : Removed the DontEmitDebugCode scope from VisitCountOperation #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -8 lines) Patch
M src/assembler.h View 1 2 3 4 1 chunk +16 lines, -0 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 2 3 4 5 6 3 chunks +15 lines, -8 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
haitao.feng
Sorry my commit (https://codereview.chromium.org/42973002) broke the "make x64.release.check -j8 snapshot=off" because there are two kSmiRegister ...
6 years, 8 months ago (2014-04-10 09:24:41 UTC) #1
haitao.feng
Add Yang to review the EmitProfilingCounterReset change. When emit_debug_code is on, the kJnsOffset is 0x4e ...
6 years, 8 months ago (2014-04-10 12:47:04 UTC) #2
Yang
On 2014/04/10 12:47:04, haitao.feng wrote: > Add Yang to review the EmitProfilingCounterReset change. When emit_debug_code ...
6 years, 8 months ago (2014-04-11 07:19:22 UTC) #3
Yang
On 2014/04/11 07:19:22, Yang wrote: > On 2014/04/10 12:47:04, haitao.feng wrote: > > Add Yang ...
6 years, 8 months ago (2014-04-11 09:34:26 UTC) #4
haitao.feng
On 2014/04/11 09:34:26, Yang wrote: > On 2014/04/11 07:19:22, Yang wrote: > > On 2014/04/10 ...
6 years, 8 months ago (2014-04-11 12:07:24 UTC) #5
Yang
On 2014/04/11 12:07:24, haitao.feng wrote: > On 2014/04/11 09:34:26, Yang wrote: > > On 2014/04/11 ...
6 years, 8 months ago (2014-04-11 12:46:05 UTC) #6
Yang
On 2014/04/11 12:46:05, Yang wrote: > On 2014/04/11 12:07:24, haitao.feng wrote: > > On 2014/04/11 ...
6 years, 8 months ago (2014-04-11 13:18:59 UTC) #7
haitao.feng
Yang, thanks for the comments. I introduced a DontEmitDebugCodeScope to wrapper the emit_debug_code_ variable. It ...
6 years, 8 months ago (2014-04-11 14:22:13 UTC) #8
Yang
On 2014/04/11 14:22:13, haitao.feng wrote: > Yang, thanks for the comments. I introduced a DontEmitDebugCodeScope ...
6 years, 8 months ago (2014-04-15 14:41:37 UTC) #9
mvstanton
Hi Haitao, I just ran into issues myself with x64 nosnap, and am happy to ...
6 years, 8 months ago (2014-04-15 15:17:18 UTC) #10
haitao.feng
Hi Michael, Thanks for your fix. This makes the DontEmitDebugCodeScope unnecessary in VisitCountOperation. Thanks -Haitao
6 years, 8 months ago (2014-04-16 02:02:21 UTC) #11
haitao.feng
6 years, 8 months ago (2014-04-16 02:06:35 UTC) #12
Message was sent while issue was closed.
Committed patchset #7 manually as r20784 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698