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

Issue 10537108: MIPS: Remove TLS access for current Zone. (Closed)

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

Description

MIPS: Remove TLS access for current Zone. Port r11761 (769624bf) Original commit message: By passing around a Zone object explicitly we no longer need to do a TLS access at the sites that allocate memory from the current Zone. BUG= TEST= Committed: https://code.google.com/p/v8/source/detail?r=11769

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -57 lines) Patch
M src/jsregexp.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/mips/assembler-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/full-codegen-mips.cc View 4 chunks +8 lines, -7 lines 0 comments Download
M src/mips/lithium-codegen-mips.h View 3 chunks +9 lines, -9 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 14 chunks +16 lines, -15 lines 0 comments Download
M src/mips/lithium-gap-resolver-mips.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/mips/lithium-mips.h View 2 chunks +7 lines, -3 lines 0 comments Download
M src/mips/lithium-mips.cc View 7 chunks +18 lines, -16 lines 0 comments Download
M src/mips/regexp-macro-assembler-mips.h View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/regexp-macro-assembler-mips.cc View 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
palfia
8 years, 6 months ago (2012-06-11 20:58:49 UTC) #1
Sven Panne
8 years, 6 months ago (2012-06-12 06:41:41 UTC) #2
LGTM with a tiny fix. Committing...

Powered by Google App Engine
This is Rietveld 408576698