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

Issue 2120009: IA32: Use the full compiler when debugging... (Closed)

Created:
10 years, 7 months ago by Søren Thygesen Gjesse
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

IA32: Use the full compiler when debugging The full compiler will now be used for all code compiler when debugging is active. As the code generated by the full compiler is much simpler it will be easier to make debugging work better when using that code. To ensure that all code debugged is from the full compiler all functions will have to be recompiled when starting debugging. Initialing debugging already turns off the code cache. Committed: http://code.google.com/p/v8/source/detail?r=4680

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -2 lines) Patch
M src/compiler.cc View 1 1 chunk +15 lines, -1 line 0 comments Download
M src/debug.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/flag-definitions.h View 1 chunk +4 lines, -0 lines 0 comments Download
M test/cctest/test-log-stack-tracer.cc View 2 chunks +14 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Søren Thygesen Gjesse
10 years, 7 months ago (2010-05-19 08:07:34 UTC) #1
Mads Ager (chromium)
10 years, 7 months ago (2010-05-19 08:49:48 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698