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

Issue 195893031: MIPS: Make invalid LHSs a parse-time (reference) error (Closed)

Created:
6 years, 9 months ago by kilvadyb
Modified:
6 years, 9 months ago
CC:
v8-dev
Base URL:
https://github.com/v8/v8.git@gbl
Visibility:
Public.

Description

MIPS: Make invalid LHSs a parse-time (reference) error Port r19976 (73bbd7a) Original commit message: This is required by the spec. It also prevents crashes resulting from the attempt to read type feedback for the RHS of an invalid assignment which full codegen never actually allocated info for. To do: check properly in preparser already. BUG=351658 LOG=Y

Patch Set 1 #

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

Messages

Total messages: 3 (0 generated)
kilvadyb
6 years, 9 months ago (2014-03-17 12:55:46 UTC) #1
rossberg
lgtm
6 years, 9 months ago (2014-03-17 13:13:22 UTC) #2
Paul Lind
6 years, 9 months ago (2014-03-17 15:12:37 UTC) #3
Committed as r20004.

Powered by Google App Engine
This is Rietveld 408576698