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

Issue 6778018: Only pass isolate parameter to C helper functions that need it. (Closed)

Created:
9 years, 8 months ago by Vitaly Repeshko
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Only pass isolate parameter to C helper functions that need it. Committed: http://code.google.com/p/v8/source/detail?r=7450

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -95 lines) Patch
M src/arm/codegen-arm.cc View 2 chunks +6 lines, -4 lines 0 comments Download
M src/arm/deoptimizer-arm.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 2 chunks +6 lines, -4 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 3 chunks +3 lines, -18 lines 0 comments Download
M src/arm/regexp-macro-assembler-arm.cc View 4 chunks +6 lines, -2 lines 0 comments Download
M src/deoptimizer.h View 1 chunk +1 line, -1 line 0 comments Download
M src/deoptimizer.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 3 chunks +5 lines, -13 lines 0 comments Download
M src/ia32/regexp-macro-assembler-ia32.cc View 2 chunks +8 lines, -2 lines 0 comments Download
M src/v8.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/v8.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 chunk +7 lines, -2 lines 0 comments Download
M src/x64/deoptimizer-x64.cc View 2 chunks +10 lines, -6 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 chunk +7 lines, -2 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 3 chunks +0 lines, -24 lines 0 comments Download
M src/x64/regexp-macro-assembler-x64.cc View 4 chunks +11 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Vitaly Repeshko
9 years, 8 months ago (2011-03-30 17:13:47 UTC) #1
Vyacheslav Egorov (Chromium)
9 years, 8 months ago (2011-03-30 17:47:03 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698