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

Issue 6170008: Fix CalculateEmitStore HashMap use. (Closed)

Created:
9 years, 11 months ago by Martin Maly
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix CalculateEmitStore HashMap use. The hash maps are setup to store strings or smis but instead Literal is being in them. It seems to only work by accident. Came across this while implementing ES5 strict mode. Ran tests (ia32, arm simulator and x64) and presubmit.py. BUG= TEST= Comitted as bleeding edge revision 6279.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -2 lines) Patch
M src/ast.cc View 2 chunks +6 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Martin Maly
9 years, 11 months ago (2011-01-12 02:57:22 UTC) #1
Mads Ager (chromium)
9 years, 11 months ago (2011-01-12 09:27:19 UTC) #2
LGTM, good catch. :)

Powered by Google App Engine
This is Rietveld 408576698