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

Issue 202004: Move common enums for macro assemblers (Closed)

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

Description

Move common enums for macro assemblers. All macro-assembler-*.cc used a number of common enums. Moved these to macro-assembler.h. Removed unused enum ExitJSFlag from ARM macro assembler. Committed: http://code.google.com/p/v8/source/detail?r=2836

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -97 lines) Patch
M src/arm/macro-assembler-arm.h View 1 chunk +0 lines, -35 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 chunk +0 lines, -31 lines 0 comments Download
M src/macro-assembler.h View 1 chunk +34 lines, -0 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 chunk +0 lines, -31 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Søren Thygesen Gjesse
11 years, 3 months ago (2009-09-07 10:42:32 UTC) #1
Mads Ager (chromium)
LGTM
11 years, 3 months ago (2009-09-07 10:47:10 UTC) #2
Erik Corry
LGTM We weren't using ExitJSFlag anywhere?
11 years, 3 months ago (2009-09-07 10:50:07 UTC) #3
Søren Thygesen Gjesse
On 2009/09/07 10:50:07, Erik Corry wrote: > LGTM > > We weren't using ExitJSFlag anywhere? ...
11 years, 3 months ago (2009-09-07 11:00:32 UTC) #4
Lasse Reichstein
11 years, 3 months ago (2009-09-07 11:22:17 UTC) #5
LGTM too.

Powered by Google App Engine
This is Rietveld 408576698