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

Issue 7289008: MIPS: port Explicitly pass the closure when allocating a catch or with context. (Closed)

Created:
9 years, 5 months ago by Paul Lind
Modified:
9 years, 5 months ago
CC:
v8-dev
Visibility:
Public.

Description

MIPS: port Explicitly pass the closure when allocating a catch or with context. Ported r8453 (59dd697) Original commit message: Before: allocation of a catch or with context fetched the closure to store in the context from the previous context in the context chain. Now: the closure is passed explicitly. BUG= TEST= Committed: http://code.google.com/p/v8/source/detail?r=8478

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -0 lines) Patch
M src/mips/full-codegen-mips.cc View 1 chunk +20 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Paul Lind
9 years, 5 months ago (2011-06-30 06:06:36 UTC) #1
Kevin Millikin (Chromium)
9 years, 5 months ago (2011-06-30 08:30:33 UTC) #2
LGTM, I'll commit it.

Powered by Google App Engine
This is Rietveld 408576698